Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paradoxis/reverse-shell-client

The reverse shell client is a Python based alternative for a netcat reverse shell listener
https://github.com/paradoxis/reverse-shell-client

netcat netcat-reverse python reverse-shell

Last synced: about 2 months ago
JSON representation

The reverse shell client is a Python based alternative for a netcat reverse shell listener

Awesome Lists containing this project

README

        

# Reverse-Shell-Client
The reverse shell client is a Python based alternative for a netcat reverse shell listener (`nc -lvp `).

The default reverse shell client (`rsh-client.py`) ships with lots of features such as uploading, downloading, executing and editing files on the (unix based) remote host you managed to get a shell on.

You can also download the standalone version (`rsh-client-standalone.py`), which is simply a smaller version without the custom commands, mostly useful for local privelege escalation when wanting to get a shell as another process when netcat is not available on the system.