Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/graniet/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 ...
https://github.com/graniet/inspector

escalation inspector kernel privileges

Last synced: 3 months ago
JSON representation

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 ...

Awesome Lists containing this project

README

        

Privilege Escalation unix helper

![version](https://img.shields.io/badge/version-1.0b-red.svg) [![twitter](https://img.shields.io/badge/[email protected])](https://twitter.com/graniet75)

#### 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
```sh
wget https://raw.githubusercontent.com/graniet/Inspector/master/inspector.py
```
Execute Inspector
```sh
python inspector.py
```
Or download & execute
```sh
curl https://raw.githubusercontent.com/graniet/Inspector/master/inspector.py | python
```