An open API service indexing awesome lists of open source software.

https://github.com/SecShiv/TextFilterFuzzer

TextFilterFuzzer For Directory Fuzzing - filter for (e.g, Not Found, 404, Not Accepted)
https://github.com/SecShiv/TextFilterFuzzer

bugbounty contentdiscovery directory-bruteforce python3

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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 ;)