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

Now my backdoor is not getting executed. #34

Closed harryk26005 closed 2 years ago

harryk26005 commented 2 years ago

Fatal error detected 08_03_2022 4_27_57 PM To be honest, it worked perfectly the first time i executed it. After playing around with the commands for a while, the bot just went off, and then when i tried to run the backdoor again, it gave me this error

harryk26005 commented 2 years ago

So here's the thing. To make this work i manually created an ID file with no extention as ectos said. and i ran the backdoor as an administrator so that the backdoor had permission to access that folder. So what i think the problem was that my account on windows is not local and so it probably got the wrong username in os.getlogin command But i dont know that the victim would be willing ot do this. :( :(.

Ectos, please find a fix for this.

3ct0s commented 2 years ago

The problem here is that your system gives limited permissions to your user and that is a rare case. In most cases, the file could have been with no problem. I could try to implement a check so that if the file cannot be created in that directory it would try something else.

Hazed2004 commented 2 years ago

@harryk26005 are you sure you enabled intends in your discord developer portal -> applications -> yourapp -> bot.... You can find it there

Hazed2004 commented 2 years ago

I've seen many people got this fatal error cuz they haven't enabled intends and it's fixed after enabling it, try this let us know how it goes