Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ...
- Host: GitHub
- URL: https://github.com/graniet/inspector
- Owner: graniet
- Created: 2016-06-10T11:32:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T15:54:16.000Z (over 6 years ago)
- Last Synced: 2024-10-21T01:55:05.331Z (3 months ago)
- Topics: escalation, inspector, kernel, privileges
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 121
- Watchers: 9
- Forks: 49
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 userDownload 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
```