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.
Burp Suite plugin which implement PyJFuzz for fuzzing web application.
The main features of mseclab/burp-pyjfuzz are: Fuzzing Tools.
Open-source alternatives to mseclab/burp-pyjfuzz include: floyd-fuh/burp-httpfuzzer — A simple random HTTP fuzzer. This plugin adds ActiveScan checks that fuzz the HTTP request. Using this fuzzer with any… 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…
Quickly test various encoding for a given value in Burp Intruder
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.
Advance of fuzzing for Web pentest. Based on Burp extension, send HTTP request template out to Python fuzzer.
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…