You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.
# This expect script answers the prompts for C2concealer to set up a valid TLS certificate for a C2 profile in Cobalt Strike. It allows it to be used in automation tools such as Ansible.
# hostname for the CDN endpoint, will be set in the host header in the c2 profile
set domainfront_hostname [lindex $argv 0]
# the number of cs c2 profile variants to create
set variants [lindex $argv 1]
# which choice. only supports choice 2 atm, lets encrypt
set choice [lindex $argv 2]
# the real c2 domain (not the domain front or CDN endpoint)