Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Inspector — The Inspector tool is a privilege escalation helper (PoC), easy to deployed on web server, this tool can list process running with root, check kernel version, check history file, get possible exploit ... | Kitploit
Tools/GitHubGitHub/graniet/inspector
Privilege EscalationVulnerability AnalysisInformation GatheringPenetration Testing
GitHubgraniet/inspector

Inspector

The Inspector tool is a privilege escalation helper (PoC), easy to deployed on web server, this tool can list process running with root, check kernel version, check history file, get possible exploit ...

View Repository
120497 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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

root@kitploit:~
wget https://raw.githubusercontent.com/graniet/Inspector/master/inspector.py

Execute Inspector

root@kitploit:~
python inspector.py

Or download & execute

root@kitploit:~
curl https://raw.githubusercontent.com/graniet/Inspector/master/inspector.py | python
Download Tool