https://github.com/1337-42/kali-setup
Ansible based setup for new kali machines
https://github.com/1337-42/kali-setup
ansible ansible-playbook kali-linux pentesting
Last synced: 2 months ago
JSON representation
Ansible based setup for new kali machines
- Host: GitHub
- URL: https://github.com/1337-42/kali-setup
- Owner: 1337-42
- License: mit
- Created: 2023-06-13T12:13:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T13:16:07.000Z (over 2 years ago)
- Last Synced: 2025-04-04T07:42:02.950Z (over 1 year ago)
- Topics: ansible, ansible-playbook, kali-linux, pentesting
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ansible Playbooks for Customizing Kali Linux Setup
This collection of Ansible playbooks provides an automated way to customize and configure your Kali Linux machine. all of the configuration is based on my personal preference and should be considered as an example.
The playbooks are organized into roles, allowing you to selectively customize different aspects of your Kali Linux machine. You could easily extend the playbooks by creating your own roles or modifying the existing ones to suit your specific needs.
## Getting Started
To get started with customizing your Kali Linux machine using these Ansible playbooks, follow these steps:
1. Clone this repository to your local machine.
```bash
git clone https://github.com/1337-42/kali-setup.git
```
2. Install Ansible on your control machine.
```bash
sudo apt install ansible
```
3. Review the available roles and adjust the playbook `main.yml` according to your needs.
4. Run the playbook to customize your Kali Linux machine.
```bash
cd kali-setup
ansible-galaxy install -r requirements.yml
ansible-playbook -K main.yml
```
The `-K` will request your `sudo` password in order to make the necessary system changes.
## Acknowledgements
The content of the playbook is largely based on the work done by [@Aegrah](https://github.com/Aegrah/) (https://github.com/Aegrah/kali_ansible_setup).
## Contributing
Contributions to this repository are more than welcome! If you have any improvements, bug fixes, or new features to suggest, please submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE.md). Feel free to modify and distribute the playbooks to fit your requirements.