Skip to content

Instantly share code, notes, and snippets.

@JonCooperWorks
Last active October 3, 2020 22:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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