An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

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:

```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.