Skip to content

Fuzz 403/401ing endpoints for bypasses

Notifications You must be signed in to change notification settings

bbhunter/403fuzzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

403fuzzer

Fuzz 403ing endpoints for bypasses

This tool will check the endpoint with a couple of headers such as X-Forwarded-For

It will also apply different payloads typically used in dir traversals, path normalization etc. to each endpoint on the path.
e.g. /%2e/test/test2 /test/%2e/test2 /test;/test2/

Usage

python3 403fuzzer.py --url http://example.com/test1/test2/test3/forbidden.html

image

About

Fuzz 403/401ing endpoints for bypasses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages