- This topic has 66 replies, 5 voices, and was last updated 2 months ago by
Dimitris Kalopisis.
- AuthorPosts
- June 28, 2024 at 6:16 am #164650
Mr_Groot
ParticipantHello Diego & Dimitris
I Clicked more the 20+ times. Closed and opened all the tabs also. But no luck. Could you please check.
June 28, 2024 at 11:22 pm #164998Diego Pérez
ModeratorHi!
I can try it but don’t know when I’ll have time, I would need to install it all. Also make sure the links and info passed to disctopia to create the backdoor are correct.Greetings!
DiegoJune 29, 2024 at 6:00 am #164999Mr_Groot
ParticipantHi
Yes. i have doubled checked all the info from discord server. I followed the video shared by Zaid for getting the details as well……
July 1, 2024 at 7:57 pm #165964Diego Pérez
ModeratorHi!
I passed your question to Dimitris, he’ll look into it.Greetings!
DiegoJuly 3, 2024 at 8:26 am #166423Mr_Groot
ParticipantHello
By when can i get solution to this?
July 3, 2024 at 7:18 pm #166692Diego Pérez
ModeratorHi!
I hope he answers soon, I’ll remind him.Greetings!
DiegoJuly 4, 2024 at 10:28 am #166859Dimitris Kalopisis
SpectatorHi There,
Sorry for the late response. Are you sure the bot token is set correctly? Can you show me the config command result after adding the parameters and before trying to build the backdoor?July 8, 2024 at 10:40 am #168140Mr_Groot
ParticipantHello Dimitris
As per your request i have attached the screenshots of config file along with other details.
Im also facing the same issues with telegram. I can not get connection on telegram as well.
Please check the links for your understanding https://drive.google.com/drive/folders/1lHQHwDeH5vtfA3pp9NPQMe3ICPlVRTYO?usp=sharing It contains all screenshots.
July 8, 2024 at 8:26 pm #168356Diego Pérez
ModeratorHi!
I forwarded your answer to Dimitris.Greetings!
DiegoJuly 11, 2024 at 6:07 am #169090Mr_Groot
ParticipantHi Diego
Im waiting for Dimitris solution to my issues.
July 11, 2024 at 11:06 am #169158Dimitris Kalopisis
SpectatorIt looks like the executable is not the issue. All the settings are set properly and the building process is also executing properly.
Let’s see what happens on the side of the backdoor. Please head to the builder.py file and to line 258 which should look like this:
compile_command = ["wine", path_to_pyinstaller, "--onefile", "--noconsole", "--icon=img/exe_file.ico", list[0]+".py"]
Change the line to this:
compile_command = ["wine", path_to_pyinstaller, "--onefile", "--icon=img/exe_file.ico", list[0]+".py"]
Once you change that build a discord backdoor and run it from the terminal on the windows machine. This will output errors on the terminal and we can find out what the issue is.
July 11, 2024 at 1:19 pm #169223Mr_Groot
ParticipantHi Dimitris
Thank you for your reply.
I dint get this “Once you change that build a discord backdoor and run it from the terminal on the windows machine. This will output errors on the terminal and we can find out what the issue is.” Could you plase explain properly…. How I can run it from Terminal on Windows Machine?
July 11, 2024 at 7:03 pm #169334Diego Pérez
ModeratorHi!
Just open a command prompt, navigate to the location where you saved the backdoor and run it by calling it.Greetings!
DiegoJuly 12, 2024 at 11:07 am #169499Mr_Groot
ParticipantHello
I have added this line compile_command = [“wine”, path_to_pyinstaller, “–onefile”, “–icon=img/exe_file.ico”, list[0]+”.py”] and created a new executable. But when i try to execute in CMD as you have asked me using start c2.exe, a small cmd pops ups and closes within seconds. I cannot read what is written on that. Does you c2 works on Windows 11?
July 13, 2024 at 7:41 pm #170054Diego Pérez
ModeratorHi!
Do not use start, as mentioned before just call the executable.Greetings!
Diego - AuthorPosts
- You must be logged in to reply to this topic.