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
707 stars 204 forks source link

Question #31

Closed f0lg0 closed 4 years ago

f0lg0 commented 4 years ago

Hope this is the right place where to ask. How did you handle the cmd instance of the client? I can't test it since i don't have Windows right now and I was wondering if the user sees a cmd instance on the Desktop or it is completely hidden. I am building a backdoor too and at the moment I found a workaround for this using vbs scripts ny hiding the backdoor.exe completely. Thanks!

xp4xbox commented 4 years ago

The way I handled it was by creating a virtual cmd. So I used subprocess.Popen on the client-side to run the commands then sent the output back to the server.