3ct0s / dystopia-c2

Windows Remote Administration Tool that uses Discord, Telegram and GitHub as C2s
GNU General Public License v3.0
507 stars 119 forks source link

canot find py installer #36

Closed Steamwarriors12 closed 2 years ago

Steamwarriors12 commented 2 years ago

when fetched and build it gives an error
[+] > build

wine: cannot find '~.wine/drive_c/users/root/Local Settings/Application Data/Programs/Python/Python38-32/Scripts/pyinstaller.exe'

tried updating the system ,eddtiing the script while relinking it to a pyinstaller.py but it gives the same error please help.

3ct0s commented 2 years ago

You did not follow the instructions from the Github repo. You forgot to run the setup to install the tool dependencies. Please follow the instructions and let me know how it goes.

Steamwarriors12 commented 2 years ago

You did not follow the instructions from the Github repo. You forgot to run the setup to install the tool dependencies. Please follow the instructions and let me know how it goes.

i did exactly the same as shown in your video.. also reinstalling python didnot fixed the issue .. it seems like there is no folder in my /home/kali/.wine/drive_c folder naming users . /users/root/Local Settings/Application Data/Programs/Python/Python38-32/Scripts/pyinstaller.exe'

3ct0s commented 2 years ago

Hi There, The problem here is that you are running disctopia with the kali user and not with root. Please either run it with sudo or become the root user with sudo su. Then it should work.