Skip to content

Sisyphus is a simple reverse shell implementation using ZeroMQ

Notifications You must be signed in to change notification settings

blue0x1/Sisyphus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Sisyphus is a simple reverse shell implementation using ZeroMQ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages