«

PPTP口令爆破

myluzh 发布于 阅读:1666 SECURE


PPTP服务器默认开放1723端口

0x01 PPTP brute forcer

使用PPTP brute forcer,kali自带
源代码:https://github.com/BlackArch/thc-pptp-bruter
命令如下:

cat wordlist.txt | thc-pptp-bruter -u admin 192.168.1.8

0x02 python脚本

https://github.com/3gstudent/Homework-of-Python/blob/master/pptp_password_hack.py

pptp 爆破


正文到此结束
版权声明:若无特殊注明,本文皆为 Myluzh Blog 原创,转载请保留文章出处。
文章内容:https://itho.cn/secure/136.html
文章标题:《PPTP口令爆破