/brute-force.sh Secret
Last active
September 27, 2020 16:52
Star
You must be signed in to star a gist
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 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