/Ansible-Cobalt-Strike

An Ansible role to install cobalt-strike

GNU General Public License v3.0GPL-3.0

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

Variable Default Value Description
open_jdk_version openjdk-14-jdk The 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_license N.A Your 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