Reverse Shell with client and server made with Python
Install with git
git clone "https://github.com/hamzaplojovic/reverse_shell"
cd reverse_shell
python3 server.py
Server will be listening on: 0.0.0.0
on port 5003
python3 client.py 0.0.0.0 5003
Usage for server.py: python3 server.py
Usage for client.py: python3 client.py host port
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.