This repository holds two python files i.e. client.py and server.py. As the file name implies, server.py is for server i.e. (your PC or any cloud server to which you have remote access) and client.py is for the client/target i.e. (might be your friends PC) who needs your help remotely.
#How to use this Repository.
- Clone or download this repository to your machine.
- Copy the server.py file to your desired server.
- Open client.py file with any of the IDE and modify the host IP to your server's IP and save it.
- Take permission from the owner of the device on which you want to execute client.py
- Send client.py file in zip format via mail so that IDS/IPS or any sort of firewall will not block your file.
- Execute server.py on server and start Listening for connection.
- Request the target to execute client.py file which he/she received via mail.
- Now You can have access to his/her computer.
- Enjoy!!!