https://github.com/chaitanyarahalkar/python-reverse-shell
A Reverse TCP Shell in Python
https://github.com/chaitanyarahalkar/python-reverse-shell
python python3 reverse-shell socket-programming tcp
Last synced: 3 months ago
JSON representation
A Reverse TCP Shell in Python
- Host: GitHub
- URL: https://github.com/chaitanyarahalkar/python-reverse-shell
- Owner: chaitanyarahalkar
- Created: 2018-08-15T08:48:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T22:23:12.000Z (over 3 years ago)
- Last Synced: 2025-02-09T15:45:36.660Z (5 months ago)
- Topics: python, python3, reverse-shell, socket-programming, tcp
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reverse TCP Shell
##### To run
```
python3 server.py
python3 client.py
```