Skip to content

c2

A command&control module that connects to an IRC server for reporting and commands.

Start the C2 module.

Stop the C2 module.

Set a specific channel to report events of this type.

Clear the channel to use for a specific event type.

Set the reporting template to use for a specific event type.

Clear the reporting template to use for a specific event type.

ParameterDefaultDescription
c2.channel.control#eventsIRC channel to receive commands from.
c2.channel.events#eventsIRC channel to send events to.
c2.channel.output#eventsIRC channel to send commands output to.
c2.nickbettercapIRC nickname.
c2.operatoradminIRC nickname of the user allowed to run commands.
c2.passwordpasswordIRC server password.
c2.sasl.passwordIRC server SASL password.
c2.sasl.usernameIRC SASL username.
c2.serverlocalhost:6697IRC server address and port.
c2.server.tlstrueEnable TLS.
c2.server.tls.verifyfalseEnable TLS certificate validation.
c2.usernamebettercapIRC username.