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
- License under
CC BY-NC 4.0
- Copyright issue feedback
me#imzye.me
, replace # with @ - Not all the commands and scripts are tested in production environment, use at your own risk
- No privacy information is collected here