https://github.com/sentinelbyte/privescatlas
Curated DB of PrivEsc techniques & misconfigs across Linux, Win, and macOS — PoCs, detection rules, and mitigations.
https://github.com/sentinelbyte/privescatlas
Last synced: 5 months ago
JSON representation
Curated DB of PrivEsc techniques & misconfigs across Linux, Win, and macOS — PoCs, detection rules, and mitigations.
- Host: GitHub
- URL: https://github.com/sentinelbyte/privescatlas
- Owner: SentinelByte
- License: apache-2.0
- Created: 2025-07-09T10:18:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-15T14:23:22.000Z (10 months ago)
- Last Synced: 2025-08-15T16:25:01.163Z (10 months ago)
- Language: Shell
- Size: 33.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Privilege Escalation Atlas
A structured collection of privilege escalation techniques across Linux, Windows, and macOS. Each entry includes:
- Technique overview and context
- Proof-of-concept (PoC) where applicable
- Detection and logging guidance
- Suggested mitigations
- References for further reading
---
## Structure
Techniques are organized by platform and category:
Each folder contains a `README.md` describing the pattern and optionally:
- PoC scripts (`poc.sh`, `exploit.py`, etc.)
- Detection rules (`sigma/`, `auditd/`)
- Mitigation examples
---
## Purpose
This project is meant to serve:
- Red teamers exploring local escalation paths
- Blue teamers building detection logic
- Learners studying common privilege escalation methods
- Engineers reviewing OS hardening coverage
---
## License
MIT License. See `LICENSE` for full terms.
### SentinelByte