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

Stuck #30

Closed elliotlounds closed 2 years ago

elliotlounds commented 2 years ago

Hi, whenever running the build command after running the "sudo python3 builder.py" i keep getting the error "wine: cannot find '/root/.wine/drive_c/users/root/Local Settings/Application Data/Programs/Python/Python38-32/Scripts/pyinstaller.exe'"

Pls help thank you

elliotlounds commented 2 years ago

image

yasinworks commented 2 years ago

have you done this? cd disctopia-c2 sed $'s/\r$//' ./setup.sh > ./setup-new.sh chmod +x setup-new.sh sudo ./setup-new.sh

3ct0s commented 2 years ago

Thanks for the help @yasinworks, yes it appears that pyinstaller was not installed which means that the installer failed or you forgot to run it.

elliotlounds commented 2 years ago

image

elliotlounds commented 2 years ago

I got this error

3ct0s commented 2 years ago

I replied to your other issue.