Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 533 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 533 Bytes

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