Closed worldlevelpen closed 1 year ago
i have the same problem
same lol, just broken 💀
Inside of Shared/config.c, you can actually list multiple hosts for your C2. Make sure you've got the right host, IP address, or whatever your C2 needs.
#include <Windows.h>
#include "config.h"
LPTSTR g_Hosts[] = { "127.0.0.1", "10.0.0.65", NULL};
UCHAR g_NumberHosts = (UCHAR)(sizeof(g_Hosts) / sizeof(LPTSTR));
Please also make sure to import the SQL file located in private/db.sql to MySQL (or whichever SQL server you prefer).
Final result:
@worldlevelpen Do you have Telegram?
I just compiled with no error and code seems perfect. but no connection anyone can help.
can you share with me the compiled version? i Cant get it working
@worldlevelpen Do you have Telegram?
did u manage to compile it
I just compiled with no error and code seems perfect. but no connection anyone can help.