Ansible playbook to automate offensive Kali Linux configuration
Install Ansible then run the playbook.
sudo apt update -y
sudo apt install -y ansible
ansible-playbook main.yml --ask-become-passWhen executed, Kalice playbook will perform following operations.
- Update, upgrade and clean
aptpackages. - Set timezone.
- Enable
auditd. - Configure vim as default editor and apply The Ultimate virmc.
- Install Oh My Zsh and apply Oh My Pentest Report theme.
- Download and install a multitude of offensive tools.
- Clean useless files.
Important
It is recommended to reboot the host once the playbook is done. At least, open a new terminal.
See LICENSE file.
