clem9669 / kali-build

3 stars 2 forks source link


Logo

Kali-build

Ansible automation playbooks for debian based OS for pentesters

About The Project

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:

Sum-Up

The ansible playbook main.yml applies 10 ansible roles which are:

Pre-Install, Install, Update

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":

Details and explanations

roles/configure-i3

gantsign.oh-my-zsh

gantsign.golang

roles/configure-zsh

roles/install-tools

gantsign.visual-studio-code

roles/configure-firefox

roles/configure-logging

roles/configure-hardening

Make a table for all the things done in playbooks

Built With

This section should list any major resources used to build the project.

Roadmap

See the open issues for a full list of proposed features (and known issues).

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request