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

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

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