Establishing Connection...
Linux and Windows privilege escalation path finder. Analyzes SUID binaries, writable cron jobs, sudo misconfigs, and unpatched kernel CVEs.
odivex-tools privesc --os linux --quickodivex-tools privesc --os linux --full --output report.jsonodivex-tools privesc --os windows --technique allInstall via the OdiVex CLI framework:
curl -sL https://tools.odivex.com/privesc | python3Getting a foothold is only half the battle. Escalating from a low-privileged user to root or SYSTEM requires systematic enumeration of dozens of potential attack paths. PrivEsc Scanner automates this enumeration so you can focus on exploitation.
Quick mode runs in under 30 seconds and covers the most common paths:
odivex-tools privesc --os linux --quick
Checks: SUID binaries, sudo -l, writable /etc/passwd, world-writable cron, weak service scripts
On Windows, PrivEsc Scanner covers:
# PowerShell one-liner
IEX (New-Object Net.WebClient).DownloadString('https://tools.odivex.com/privesc.ps1')