linux-exploit-suggester
分享
链接:https://github.com/The-Z-Labs/linux-exploit-suggester
- name: 分享
desc: 链接:https://github.com/The-Z-Labs/linux-exploit-suggester
bgColor: '#F0DFB1'
textColor: 'green'
1
2
3
4
2
3
4
# linux-exploit-suggester
一款 Linux 提权漏洞扫描工具,可以发现潜在的提权漏洞(不一定有效,只能给出建议)。
使用简单,项目中只有一个.sh
脚本,下载到要提权的机器上运行即可。
wget https://raw.githubusercontent.com/mzet-/linux-exploit-suggester/master/linux-exploit-suggester.sh -O les.sh
chmod +x les.sh
./les.sh
1
2
3
4
2
3
4
编辑 (opens new window)