前言
- 提权扫描工具使用
Windows-Exploit-Suggester
Windows-Exploit-Suggester这个工具很强,但是依赖更新了,所以有几个坑,我记录一下
1、安装
1 | git clone https://github.com/AonCyberLabs/Windows-Exploit-Suggester.git |
2、安装依赖(有坑)
1 | 由于最新版的xlrd对xls的处理方式不同了,导致这个脚本有使用会报错,所以我们使用老版本的xlrd,记得是如下命令 |
3、升级数据库
1 | ./windows-exploit-suggester.py --update |
4、基本使用方法
比如你拿了个shell,对方是windows,用systemInfo查看一下补丁,然后复制全部信息保存为1.txt
1 | 主机名: WIN-TP3JBOH7FVB |
接着就可以直接索引可提权的方式了
1 | ./windows-exploit-suggester.py --database 2021-08-22-mssb.xls --systeminfo 1.txt |
这里只是提供一种方式,能不能提权成功并不能确定
也可以查询指定系统未打补丁的。
1 | ./windows-exploit-suggester.py --database 2021-08-22-mssb.xls --ostext 'windows server 8' |
还有一个
我的个人博客
孤桜懶契:https://gylq.gitee.io