Skip to content

Files

Latest commit

8d4081c · Apr 30, 2023

History

History
41 lines (24 loc) · 787 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 787 Bytes

Sisyphus Reverse Shell



Screenshot


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:

└─$ python client.py
Enter command: whoami
kali

Server:

└─$ 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.