https://github.com/vishalshenoy2002/reverse-shell
https://github.com/vishalshenoy2002/reverse-shell
backdoor cyber cyber-security cybersecurity penetration-testing python python3 reverse-shell security
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vishalshenoy2002/reverse-shell
- Owner: VishalShenoy2002
- Created: 2021-07-04T06:22:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-07T14:04:00.000Z (almost 5 years ago)
- Last Synced: 2025-03-03T09:55:04.571Z (over 1 year ago)
- Topics: backdoor, cyber, cyber-security, cybersecurity, penetration-testing, python, python3, reverse-shell, security
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reverse-Shell
A reverse shell is a type of shell in which the target machine communicates back to the attacking machine. The attacking machine has a listener port on which it receives the connection, which by using, code or command execution is achieved.
### Language and Modules Used
This program is written using Python 3.7.3.The modules used in attacker.py and victim.py are:
1. `import socket`
2. `import subprocess`
3. `import os`
## Note: This is For Educational Purpose Only
***Please Note this project is for educational purposes only.***