PPTP口令爆破 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 0...
myluzh 发布于 

WPS PIN码最后一位校验位计算 SECURE

""" PIN码结构: 前四位 中间三位 校验位 x x x x x x x x 单 双 单 双 单 双 单 PIN码最后一位校验算法: 单位:-x*3 双位:10-x 算:双位+ 单位- 最后运算结果取余的绝对值 """ pin = '...
myluzh 发布于 

Kali更新系统,解决:Updating from such a repository can't be done securely, and is therefore disabled by default. SECURE

今天想更新下kali版本,新版2021.2有些新功能挺好用的,但是出现了问题。 E: The repository 'http://mirrors.163.com/debian wheezy Release' does not have a Release file. N: Updating from such a repository can't be d...
myluzh 发布于