pyurlfuzzer is a simple website directory scanner, written in Python.
$ python pyurlfuzzer.py
Input target : google.com
----------------------------------------------------------------------
Fuzzing : █ (1.85%) path=/.well-known/resourcesync status=200
Fuzzing : █ (2.87%) path=/2000 status=200
Fuzzing : █ (2.89%) path=/2001 status=200
Fuzzing : █ (2.91%) path=/2002 status=200
Fuzzing : █ (2.93%) path=/2003 status=200
.
.
.
Fuzzing : ████████████████████████████████████████████████ (96.62%) path=/wordpress status=200
Fuzzing : █████████████████████████████████████████████████ (98.38%) path=/xfer status=405
Fuzzing : ██████████████████████████████████████████████████ (100.00%) path=/~www
----------------------------------------------------------------------
Fuzzing Completed!
pyurlfuzzer_async.py
uses httpx
library instead to provide async support.
You can input the desired number of requests per time.
Note: The more requests per time, the faster fuzzing is. But please be careful, too many requests may get an error or blocked. This feature is experimental. Use it at your own risk.
common.txt
file courtesy of SecLists- For much w0w edition, please check out here : LucusExpress