【笔记】BeRoot学习笔记
前言
BeRoot Project is a post exploitation tool to check common misconfigurations to find a way to escalate our privilege.(Github)
Linux
下载源代码
1 | git clone https://github.com/AlessandroZ/BeRoot.git |
漏洞利用
1 | python3 Linux/beroot.py |
Windows
下载源代码
1 | git clone https://github.com/AlessandroZ/BeRoot.git |
漏洞利用
1 | python3 .\Windows\beroot.py |
下载可执行文件
1 | certutil -urlcache -split -f https://github.com/AlessandroZ/BeRoot/releases/download/1.0.1/beRoot.zip |
漏洞利用
1 | .\beRoot.exe |