Skip to content

Instantly share code, notes, and snippets.

@JonCooperWorks
Last active October 3, 2020 22:12
Show Gist options
  • Save JonCooperWorks/ee875bdc29e193fee6d5ab73a4e6f55e to your computer and use it in GitHub Desktop.
Save JonCooperWorks/ee875bdc29e193fee6d5ab73a4e6f55e to your computer and use it in GitHub Desktop.
HTTPFuzz Examples
# 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