Customizing implant build #592
Replies: 1 comment
-
The implant code is actually Golang text/template's which are rendered prior to compiling. To compile manually you'll need to render the templates. All the template parameters are stored in the Implant Config object, there's a database model and a protobuf version of this object. The The two easiest ways to mess with the implant code:
|
Beta Was this translation helpful? Give feedback.
-
Hope this is the right spot to ask.
I'm trying to figure out how to (manually) build an implant binary but with certain features disabled. Some prelim testing suggests Defender is triggering on some of the DNS-related strings in the implant binary. (I could very well be totally wrong here, still want to test though.)
For example:
Where do I set the
DNSc2Enabled
flag when compiling?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions