https://github.com/akshay-rohatgi/kh0p3sh
:lock: Python tool for vulnerability assessment and persistence.
https://github.com/akshay-rohatgi/kh0p3sh
cybersecurity pentesting pentesting-python
Last synced: 8 months ago
JSON representation
:lock: Python tool for vulnerability assessment and persistence.
- Host: GitHub
- URL: https://github.com/akshay-rohatgi/kh0p3sh
- Owner: Akshay-Rohatgi
- License: mit
- Created: 2020-07-04T04:13:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T17:52:59.000Z (almost 6 years ago)
- Last Synced: 2025-01-31T18:37:20.154Z (over 1 year ago)
- Topics: cybersecurity, pentesting, pentesting-python
- Language: Python
- Homepage:
- Size: 2.03 MB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kh0p3sh :lock:
- An all in one tool for quick vulnerability assessment and hardening or system weakening for persistence while pentesting on UNIX-based operating systems. Educational cybersecurity tool, this is NOT meant to be used for any black hat hacking.
To use simply clone the repository with:
```shell
git clone https://github.com/Akshay-Rohatgi/Kh0p3sh
```
- Only 2 files you really need when pentesting are func.py and main.py
Prerequisites:
```
python3
modules:
getpass
os
```
Information
- Only has been tested on Debian-based operating systems
## Screenshots:
### Main Console:

### Backdoor function:


### Memory Check and SUID functions

