Web Fuzzing

ffuf: A fast web fuzzer written in Go.

ffuf -w /path/to/wordlist -u https://target/FUZZ

Arjunarrow-up-right: This tool can find query parameters for URL enpoints. If you don't get what that means, it's okay, read along.

arjun -u https://api.example.com/endpoint

vafarrow-up-right: very advanced (web) fuzzer.

parametharrow-up-right: This tool can be used to brute discover GET and POST parameters.

ParamSpiderarrow-up-right: Mining parameters from dark corners of Web Archives.

smugglerarrow-up-right: An HTTP Request Smuggling / Desync testing tool written in Python 3.

Reference: https://raw.githubusercontent.com/gwen001/pentest-tools/master/smuggler.pyarrow-up-right

DirDararrow-up-right: DirDar is a tool that searches for (403-Forbidden) directories to break it and get dir listing on it.

asciicastarrow-up-right

HackBararrow-up-right: HackBar plugin for Burpsuite.

x8-Burp: Discovering hidden parameters with burp.

jsql-injectionarrow-up-right: jSQL Injection is a Java application for automatic SQL database injection.

HTTP Request Smuggling Detection Toolarrow-up-right

Bonus

Last updated