【笔记】BeRoot学习笔记

前言

BeRoot Project is a post exploitation tool to check common misconfigurations to find a way to escalate our privilege.(Github

Linux

下载源代码

1
2
git clone https://github.com/AlessandroZ/BeRoot.git
cd BeRoot

漏洞利用

1
python3 Linux/beroot.py

Windows

下载源代码

1
2
git clone https://github.com/AlessandroZ/BeRoot.git
cd BeRoot

漏洞利用

1
python3 .\Windows\beroot.py

下载可执行文件

1
2
certutil -urlcache -split -f https://github.com/AlessandroZ/BeRoot/releases/download/1.0.1/beRoot.zip
"C:\Program Files\7-Zip\7z.exe" x beRoot.zip

漏洞利用

1
.\beRoot.exe

完成