Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/paradoxis/reverse-shell-client
- Owner: Paradoxis
- Archived: true
- Created: 2015-09-18T16:06:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-18T16:10:07.000Z (over 9 years ago)
- Last Synced: 2024-08-03T17:11:09.608Z (5 months ago)
- Topics: netcat, netcat-reverse, python, reverse-shell
- Language: Python
- Size: 145 KB
- Stars: 19
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **6**星
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.