Every time a new (virtual) machine is created, pentesters often find themselves recreating their entire environment, including the window manager, terminal, software, configurations, and more. Inspired by Ippsec's video and repository, I've embarked on a journey with Ansible to simplify this process.
Feel free to fork this project to start you own version and add custom specifications !
Here's the goals:
The ansible playbook main.yml
applies 10 ansible roles which are:
I recommand to install ansible with pip instead of apt. Starting from a nice and clean OS will avoid any trouble with dependencies and previous installati
# Pre-install
sudo apt install -y curl wget git # Basics
git clone https://github.com/clem9669/kali-build
cd kali-build
bash -x pre-install.sh
# Main Install
bash -x install.sh
It is possible to adjust the script with the 3 followings args ansible-playbook main.yml -K -e "install_mode=full"
:
Make a table for all the things done in playbooks
This section should list any major resources used to build the project.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)