An Ansible build to configure Kali for a better pentesting workflow.
Install »
Table of Contents
Ansible build that does some common installs for pentesting workflows.
- Pulls some common tools not included in Kali by default (check
/opt
) - Changes terminal theming for better screenshots
- Configured auditd and laurel logging
- Removes junky folders from home directories (
~/Pictures
)
Easy. Start with a clean Kali VM, clone the repository, then ./run.sh
.
cd ~
git clone https://github.com/hack3n/kali-build
cd kali-build
./run.sh
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: https://github.com/hack3n/kali-build