https://github.com/blue0x1/sisyphus
Sisyphus is a simple reverse shell implementation using ZeroMQ
https://github.com/blue0x1/sisyphus
reverse-shell shells
Last synced: 4 months ago
JSON representation
Sisyphus is a simple reverse shell implementation using ZeroMQ
- Host: GitHub
- URL: https://github.com/blue0x1/sisyphus
- Owner: blue0x1
- Created: 2023-04-30T19:38:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T12:02:28.000Z (about 2 years ago)
- Last Synced: 2025-01-04T15:30:31.587Z (6 months ago)
- Topics: reverse-shell, shells
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sisyphus Reverse Shell
![]()
Sisyphus is a simple reverse shell implementation using ZeroMQ for communication between client and server.### Prerequisites
- Python 3.x
- ZeroMQ library: Install using `pip install pyzmq`## Example
Client:
```bash
└─$ python client.py
Enter command: whoami
kali```
Server:```bash
└─$ python server.py
Listening on 0.0.0.0:5001...```
## Disclaimer:
Sisyphus Reverse shell is intended for educational and testing purposes only. The author is not responsible for any illegal or unauthorized use of this exploit. Use at your own risk.