Sisyphus is a simple reverse shell implementation using ZeroMQ for communication between client and server.
- Python 3.x
- ZeroMQ library: Install using
pip install pyzmq
Client:
└─$ python client.py
Enter command: whoami
kali
Server:
└─$ python server.py
Listening on 0.0.0.0:5001...
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.