Skip to content

Instantly share code, notes, and snippets.

@JonCooperWorks
Last active September 27, 2020 16:52
  • 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?
# 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