-
-
Save JonCooperWorks/916fb83e8420c4ad13540f077ae984c4 to your computer and use it in GitHub Desktop.
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