Skip to content

TextFilterFuzzer For Directory Fuzzing - filter for (e.g, Not Found, 404, Not Accepted)

Notifications You must be signed in to change notification settings

HackShiv/TextFilterFuzzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

TextFilterFuzzer

Find Endpoints and URLs ffuf is not. TextFilterFuzzer For Directory Fuzzing - filter for (e.g, Not Found, 404, Not Accepted) Simple but very effective to use.

Usage

python3 textfuzzer.py

Enter URL: https://evil.com

Enter the path to the wordlist file: /usr/share/seclists/Discovery/Web-Content/raft-medium-directories.txt

Enter the filter text separated by comma (e.g., 'Not Found,406 Not Accepted'): Not Found, 404, Not Accepted

Now only URLs will printed to the terminal that don't match the "Not Found", "404, "Not Accepted" with the status code.

Why?

Because from my experience when I'm using ffuf or any other tool for fuzzing, I can only exclude by code and size but sometimes the webpage may have the same code, size and content length but displays something different on the webpage itself.

Next steps

  • To add FUZZ option

  • To make it faster with larger wordlists

If you find this simple tool useful or interesting. Do consider a star and follow on my github ;)

Releases

No releases published

Packages

No packages published

Languages