-
-
Save JonCooperWorks/ee875bdc29e193fee6d5ab73a4e6f55e to your computer and use it in GitHub Desktop.
HTTPFuzz Examples
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Build file upload plugin | |
go build -buildmode=plugin fileupload.go | |
httpfuzz \ | |
--seed-request uploadPOST.request \ | |
--delay-ms 50 \ | |
--proxy-url http://localhost:8080 \ | |
--target-filename uploaded \ | |
--fuzz-file-size 4096 \ | |
--post-request fileupload.so \ | |
--automatic-file-payloads |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment