-
Notifications
You must be signed in to change notification settings - Fork 0
fuzzing
ownesis edited this page May 12, 2021
·
2 revisions
I create a simple TCP server with fork, HTTP-Header-Fuzzer raise error time-out, but i think the problem come from my TCP server and not LibHTTP.
python3 http_header_fuzzer.py -v -uf url.txt -rt -lt -et -ct -uah -csv report.csv-
-rtTest if header values appear in HTTP response. -
-ltTest how the length of a header value affects the HTTP response. -
-etTest how the application handles special characters as header values. -
-ctTest how the application handles commands as header values. -
-uahFuzz the user agent header.
- Reflection.
- Length test.
- Special char.
- Command injection.
- Random User-Agent.