Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T17:52:59.000Z (over 4 years ago)
- Last Synced: 2023-10-20T16:19:38.410Z (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.pyPrerequisites:
```
python3modules:
getpass
os
```Information
- Only has been tested on Debian-based operating systems## Screenshots:
### Main Console:
![main](media/main.png)### Backdoor function:
![bd](media/cback.png)
![bd](media/cback1.png)### Memory Check and SUID functions
![mem](media/memCheck.png)
![suid](media/suid.png)