Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 743 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 743 Bytes

Privilege Escalation unix helper

version twitter

SUMMARY

Inspector is a python script for help in privilege escalation, for linux environement. After starting, this script search the kernel version and check if is exploit exists, load file history bash,zsh,mysql... and load list of programs loaded with root user

Download on server

wget https://github.com/raw/graniet/Inspector/master/inspector.py

Execute Inspector

python inspector.py

Or download & execute

curl https://github.com/raw/graniet/Inspector/master/inspector.py | python