# 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