-
Ffuf https://github.com/ffuf/ffuf - fast web fuzzer written in Go.
Fuzz testing or Fuzzing is a Black Box software testing technique, which basically consists in finding implementation bugs using malformed/semi-malformed data injection in an automated fashion. -- https://owasp.org/www-community/Fuzzing
ffuf -w /path/to/wordlist -u https://target/FUZZ
-
Dirsearch https://github.com/maurosoria/dirsearch - brute force directories and files in websites.
git clone https://github.com/maurosoria/dirsearch.git cd dirsearch python3 dirsearch.py -u <URL> -e <EXTENSION>
-
Subfinder https://github.com/projectdiscovery/subfinder - subdomain discovery tool that discovers valid subdomains for websites by using passive online sources.
subfinder -h
Last active
March 15, 2020 21:20
-
-
Save chriszo111/0fcfd0818966b49b9bba9c6491f9a0df to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment