/generate-files.sh Secret
Last active
October 3, 2020 22:12
Star
You must be signed in to star a gist
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