xp4xbox / Python-Backdoor

This project is a cross-platform backdoor/reverse shell and post-exploitation tool written in Python3
GNU General Public License v3.0
714 stars 205 forks source link

How do I use this. #20

Closed vodkaa-gal closed 4 years ago

vodkaa-gal commented 4 years ago

OS: [e.g. Windows 10] Commit/Build: [e.g. b227928]

I need to use this on a computer, but no instructions are given as far as I can tell. Could you give an explanation of the commands you can use and what they do, how to access the computer and how to use each of the commands? Any help would be greatly appreciated!

xp4xbox commented 4 years ago

Have you followed the instructions to build the finished executable?

vodkaa-gal commented 4 years ago

I followed the setup.py one. Do I need to do that on both computers? They are both windows.

xp4xbox commented 4 years ago

Then if you open up the dist folder you should see the client.exe. That is the file that needs to be run on the target computer. You don't need to do setup.py more than once.

After you run the client.exe on the target computer, you can run the server.py file on your own computer to accept the connection.

vodkaa-gal commented 4 years ago

Thank you!