Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 522 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 522 Bytes

C2-Beconing-git

Using git issue as a C2 server !

How to use it ?

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 !