3ct0s / dystopia-c2

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

Config error #66

Closed normaliok closed 2 years ago

normaliok commented 2 years ago

I've pasted all options into settings.json, but config list is empty Снимок экрана 2022-06-23 135828

3ct0s commented 2 years ago

Hi There, You need to run the fetch command to fetch the settings from the settings.json file

normaliok commented 2 years ago

There is no any information about fetch in your Build Guide

3ct0s commented 2 years ago

This is it: image

3ct0s commented 2 years ago

Its in the build guide

normaliok commented 2 years ago

Снимок экрана 2022-06-23 162721

normaliok commented 2 years ago

Dude, I think you should at least check your guides instead of argue

normaliok commented 2 years ago

I've install your package on a absolutely new clean virtual machine and follow your guide step-by-step. What I'm doing wrong?

3ct0s commented 2 years ago

I am not the one arguing here. You are obviously not following the commands from the guides from what I can see in the CMD title. You are running python.exe followed by the path to the builder.py script. Please head to the disctopia-c2 folder from your command prompt using the cd command and then run the venv\Scripts\python.exe builder.py command. If you have done everything correctly and the PowerShell setup was done correctly it should work.

Also, there is nothing wrong with the guides. I just don't think you get their point. They are a step-by-step guide on how to install and use disctopia on machines. No need for excessive information

3ct0s commented 2 years ago

This is happening because your terminal is sitting in another directory. The builder script is trying to find the settings.json file which does not exist in your current directory. Like I said to fix this you need to navigate to the disctopia-c2 directory.