This repository contains a simple Python implementation of a reverse shell, allowing a remote client to connect to a server and execute commands on the server machine.
To use this script, simply clone the repository using the following command:
git clone https://github.com/sallar-ba/PythonReverseShell.git
On the server side, run the server.py script to start listening for incoming connections:
python server.py
On the client side, run the client.py script with the IP address and port number of the server machine:
python client.py <server_ip> <server_port>
After running the client script, you will be connected to the server and can execute commands on the server machine through the client terminal.
This script is intended for educational purposes only and should not be used for any malicious activities. The author of this script is not responsible for any damage caused by the misuse of this script.
This project is licensed under the MIT License - see the LICENSE file for details.