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

Issue with execution of main_client file in Windows 10 #88

Closed utkarshborawake closed 2 years ago

utkarshborawake commented 2 years ago

OS:Windows 10 main_client generated in dist directory in Kali Linux is not executing on Windows 10 OS. Even after renaming the file .exe it is giving error while executing in Windows 10 OS image image image

xp4xbox commented 2 years ago

Thats cause its not a Windows exe, its a linux executable. you have to build the windows one on a windows computer. Eg. if you want to build a mac exe you have to build it on a mac, linux on linux, windows on windows

utkarshborawake commented 2 years ago

So if I build it on Windows while entering host IP address of Kali I will get connection to Kali machine right?

xp4xbox commented 2 years ago

yes

utkarshborawake commented 2 years ago

whats the correct syntax to perform Download operation?

xp4xbox commented 2 years ago

d directory to download directory or d file to download file

Then enter the target path and output path.