Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alessandroz/beroot
Privilege Escalation Project - Windows / Linux / Mac
https://github.com/alessandroz/beroot
Last synced: 28 days ago
JSON representation
Privilege Escalation Project - Windows / Linux / Mac
- Host: GitHub
- URL: https://github.com/alessandroz/beroot
- Owner: AlessandroZ
- Created: 2017-04-14T12:47:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T10:30:38.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T09:25:31.570Z (3 months ago)
- Language: Python
- Homepage:
- Size: 18.3 MB
- Stars: 2,415
- Watchers: 105
- Forks: 465
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BeRoot Project
BeRoot Project is a post exploitation tool to check common misconfigurations to find a way to escalate our privilege. \
It has been added to the [pupy](https://github.com/n1nj4sec/pupy/) project as a post exploitation module (so it will be executed in memory without touching the disk).This tool does not realize any exploitation. It mains goal is not to realize a configuration assessment of the host (listing all services, all processes, all network connection, etc.) but to print only information that have been found as potential way to escalate our privilege.
This project works on Windows, Linux and Mac OS. You could find the Windows version [here](https://github.com/AlessandroZ/BeRoot/tree/master/Windows) and the Linux and Mac OS [here](https://github.com/AlessandroZ/BeRoot/tree/master/Linux)
I recommend reading the README depending on the targeted OS, to better understand what's happening.
I tried to implement most techniques described in this picture:
Enjoy ;)
Interesting projects
----
* [Windows / Linux Local Privilege Escalation Workshop](https://github.com/sagishahar/lpeworkshop)