3ct0s / dystopia-c2

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

amazing.. good job #8

Closed rogldicksn closed 2 years ago

rogldicksn commented 2 years ago

this is awesome..

can you add more commands like install and unistall apps

list directory to view files etc ?

3ct0s commented 2 years ago

Hi There, You download and install apps using the !cmd command or upload an application installer to the Agent using the !upload command.

Also, to list the directories and files you can use the !cmd command.

rogldicksn commented 2 years ago

image

I get this error when i run the !credentials command on some targets

also i used the !upload command to upload .

could you give an example use for the !cmd to install an app on targets machines and to list directories on target machine

3ct0s commented 2 years ago

The agent needs to have Chrome installed in order for the command to work. In the example, It looks like it is not installed. That is why it cannot find the path.

Ok so since you don't have access to GUI (Graphical User Interface) and you only have access to the command line, you will need to find installers that can be executed silently (to not raise awareness) from the command line.

To list the directories you can run the command !cmd ID dir PATH You need to replace ID with the Agent ID and the PATH with the actual path on the system that you want to view.

rogldicksn commented 2 years ago

image

i get this when i run the !cmd ID dir PATH command

also could you suggest any GUI to me

thanks

3ct0s commented 2 years ago

Can you please show me the complete command that you executed and got this result? And also as I said, you cannot have access to the GUI through this backdoor, you will need to install applications with the command line through the !cmd Disctopia command.

rogldicksn commented 2 years ago

image

above is the report i got with !cmd ID dir (it picks random directory and list, i guess the current directory opened by the by the target machine)

image here is the results i get when i run and !cmd ID dir PATH ..

image here is the report for the keylogger

3ct0s commented 2 years ago

I think the problem here is that you have entered USERNAME as the user's username. This will only be replaced in the !download command, not in the !cmd command. Please try again with the actually Username, it should work.

rogldicksn commented 2 years ago

@3ct0s Awesome.. it works perfectly.

Great Project.. looking forward to more features added in the near future.

3ct0s commented 2 years ago

Thank you, glad you got it working ;)