Skip to content

Privilege escalation misconfigurations check for Linux

Here are 2 metohds trying to find misconfigurations that could allow local unprivileged users to escalate privileges to other users or to access local apps. It helps administrator to find the potential misconfigurations and fix them early.

Locally

Get binary from Kali Linux or https://pentestmonkey.net/tools/audit/unix-privesc-check.

## scan
unix-privesc-check

Remotely

changeme

apt install changeme
## e.g.
changeme -a 192.168.100.1

dirsearch

dirsearch -u "192.168.100.1:443/" -e *

Disclaimer
  1. License under CC BY-NC 4.0
  2. Copyright issue feedback me#imzye.me, replace # with @
  3. Not all the commands and scripts are tested in production environment, use at your own risk
  4. No privacy information is collected here
Try iOS App