Using git issue as a C2 server !
set the url of the github issue you whant to use in main.cpp: std::string url = "https://...
set the url of your discord webhook in main.cpp: std::string discordWebHook = "https://...
Compile it:
Install lcurl
library
make
run it !