This Python script establishes a reverse shell, enabling remote access to a targeted machine. It comprises two scripts:
reverse-shell-server.py: Listens on an open port to receive connections, facilitating remote command execution.
reverse-shell-client.py: Initiates communication from the target machine (client) back to the attacker's machine (server), enabling remote access and control.
git clone https://github.com/IlyaKosloF/reverse-shell.git
cd server
python3 server.py
