Home

Awesome

Ansible-Cobalt-Strike

An Ansible role to install cobalt-strike on debian based architectures, let's be honest it's for kali.

Variables

This role has the following variables

VariableDefault ValueDescription
open_jdk_versionopenjdk-14-jdkThe open JDK version to be installed on the system (Cobalt-Strike needs a JDK)
cs_download_location/home/kali/The directory where Cobalt-Strike will be located
cs_licenseN.AYour Cobalt-Strike License

Testing

you can test out the role using the example playbook Don't forget to add your license to the example play (will install Cobalt-Strike on localhost in /tmp)

ansible-playbook example_playbook.yml 

If not running as root (and passwordless sudo is not allowed)

ansible-playbook example_playbook.yml --ask-become-password