Email:[email protected]
hammer.py a brute force tool for many auth server
hammer.py {-u,-p,-s}[-d,-h]
-u FILE ,user username dict
-p FILE ,user password dict
-t 1-16, thead numbers
-s server,support server,it's can be [http(s) ssh ftp telnet rdp]
-d data,data for server
-f data,read data from file
--succauth ,flag for succssfuly auth
--failauth ,flag for fail auth
-h,--help,display the help message
Example
login.txt 登录数据包 hammer -u user.txt -p pass.txt -t 4 -f login.txt --succauth='index.php' -s http://192.168.31.24