Skip to content

richeyphu/pyurlfuzzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyurlfuzzer

pyurlfuzzer is a simple website directory scanner, written in Python.

Usage

Runs

$ python pyurlfuzzer.py

Example

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!

Required Package

Asynchronus Version (Experimental)

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.

Notes

License: MIT

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages