A Website enumerator that can tackle wild card response. \
It can enumerate web servers that send response code 200 even when the file is not present.
- Enabled Multi Threading
- Now file extenstions are accepted for enumeration
- host, extentions, dictionary and thread count are accepted as Command line arguments
python3 wibuster.py <host> <extentions> <path_to_dictionary> <thread_count>
# for help use
python3 wibuster.py -h
python3 wibuster.py http://localhost ".html .php" dictionary-list-1.0.txt 10
- Add multithreading for faster process. ✅ done
- Add features to enumerate with file extentions. ✅ done
- add command line arguments options. ✅ done
Want to contribute? Great! Help is always welcome.
Apache 2.0
Free Software, yeah enjoy!