GitHunt
BL

blue0x1/Sisyphus

Sisyphus is a simple reverse shell implementation using ZeroMQ

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.

Languages

Python100.0%

Contributors

Created April 30, 2023
Updated November 6, 2023
blue0x1/Sisyphus | GitHunt