This is the directory fuzzer tool specially created for Termux Users.
- Now you add negative status code. By defaul 404 is set.
- Colorfull output for better user experience.
- Added banner as well.
- Added a sample wordlist.
- working on progress bar to show how much wordlist has been completed.
pkg install golang gitgit clone https://github.com/sudityashrivastav/Directory-Fuzzer-For-Termuxcd Directory-Fuzzer-For-Termuxgo build .fuzz <url> <wordlist> <threads> <negative status codes>fuzz https://example.com wordlist.txt 40 404,500Access Fuzzer from any directory
cp fuzz /data/data/com.termux/files/usr/bin/fuzzNow you can access the Fuzzer from any directory in the Termux.
fuzz <url> <wordlist> <threads> <negative status codes>