BeRoot
- Thiru T
- Nov 8, 2024
- 1 min read
BeRoot Project is a post exploitation tool to check common misconfigurations to find a way to escalate our privilege.
The goal of BeRoot is to only output potential privilege escalation opportunities and not a endpoint configuration assessment.
This project works on Windows, Linux and Mac OS.
Install: (Linux)
git clone https://github.com/AlessandroZ/BeRoot
cd BeRoot/Linux/Install: (Windows)
A pre-compiled version of BeRoot can be found here.
Usage:
# Run BeRoot
python beroot.py
# Run BeRoot with user password (If you know the password use it, you could get more results)
python beroot.py --password super_strong_passwordFurther information can be found here for:




Comments