awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
floyd-fuh avatar

floyd-fuh/burp-httpfuzzer

0
View on GitHub↗
34 stars·13 forks·Python·10 views

Burp Httpfuzzer

A simple random HTTP fuzzer. This plugin adds ActiveScan checks that fuzz the HTTP request. Using this fuzzer with any standard HTTP server (Apache, Nginx, etc.) is usually useless, but can be fun. It can be used to see the different error conditions a server and the web application code can run…

Features

  • Fuzzing Tools - Performs random fuzzing of HTTP request parameters.

Star history

Star history chart for floyd-fuh/burp-httpfuzzerStar history chart for floyd-fuh/burp-httpfuzzer

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Burp Httpfuzzer

Similar open-source projects, ranked by how many features they share with Burp Httpfuzzer.
  • h3xstream/http-script-generatorh3xstream avatar

    h3xstream/http-script-generator

    301View on GitHub↗

    This extension generates scripts to reissue a selected request. The scripts can be run outside of Burp. It can be useful to script attacks such as second order SQL injection, padding oracle, fuzzing encoded value, etc.

    Java
    View on GitHub↗301
  • huvuqu/fuzz18plushuvuqu avatar

    huvuqu/fuzz18plus

    7View on GitHub↗

    Advance of fuzzing for Web pentest. Based on Burp extension, send HTTP request template out to Python fuzzer.

    Java
    View on GitHub↗7
  • jiangsir404/xss-sql-fuzzjiangsir404 avatar

    jiangsir404/Xss-Sql-Fuzz

    63View on GitHub↗

    burpsuite 插件对GP所有参数(过滤特殊参数)一键自动添加xss sql payload 进行fuzz

    Python
    View on GitHub↗63
  • gosecure/burp-fuzzy-encoding-generatorGoSecure avatar

    GoSecure/burp-fuzzy-encoding-generator

    7View on GitHub↗

    Quickly test various encoding for a given value in Burp Intruder

    Kotlin
    View on GitHub↗7
See all 10 alternatives to Burp Httpfuzzer→

Frequently asked questions

What does floyd-fuh/burp-httpfuzzer do?

A simple random HTTP fuzzer. This plugin adds ActiveScan checks that fuzz the HTTP request. Using this fuzzer with any standard HTTP server (Apache, Nginx, etc.) is usually useless, but can be fun. It can be used to see the different error conditions a server and the web application code can run…

What are the main features of floyd-fuh/burp-httpfuzzer?

The main features of floyd-fuh/burp-httpfuzzer are: Fuzzing Tools.

What are some open-source alternatives to floyd-fuh/burp-httpfuzzer?

Open-source alternatives to floyd-fuh/burp-httpfuzzer include: gosecure/burp-fuzzy-encoding-generator — Quickly test various encoding for a given value in Burp Intruder. h3xstream/http-script-generator — This extension generates scripts to reissue a selected request. The scripts can be run outside of Burp. It can be… huvuqu/fuzz18plus — Advance of fuzzing for Web pentest. Based on Burp extension, send HTTP request template out to Python fuzzer. jiangsir404/xss-sql-fuzz — burpsuite 插件对GP所有参数(过滤特殊参数)一键自动添加xss sql payload 进行fuzz. mgeeky/burpcontextawarefuzzer — BurpSuite's payload-generation extension aiming at applying fuzzed test-cases depending on the type of payload… mseclab/burp-pyjfuzz — Burp Suite plugin which implement PyJFuzz for fuzzing web application.