Skip to content

Instantly share code, notes, and snippets.

@JonCooperWorks
Last active September 27, 2020 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonCooperWorks/916fb83e8420c4ad13540f077ae984c4 to your computer and use it in GitHub Desktop.
Save JonCooperWorks/916fb83e8420c4ad13540f077ae984c4 to your computer and use it in GitHub Desktop.
# Build the brute force plugin
go build -buildmode=plugin bruteforce.go
# Run httpfuzz with the plugin loaded
httpfuzz \
--wordlist rockyou.txt \
--target-param password \
--seed-request bruteforce.request \
--proxy-url http://localhost:8080 \
--post-request bruteforce.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment