A streamlined Linux build deployment tool originally created by IppSec, and thoughtfully modified and maintained by Steve0ro to support modern offensive security workflows.
Automates the setup of a penetration testing environment on Kali-Linux distribution. It provides a simplified deployment mechanism via a single script, ideal for offensive security professionals and enthusiasts looking to quickly bootstrap their toolkit.
- Clone the Repository
git clone https://github.com/steve0ro/Offensive-Ansible
cd Offensive-Ansible- Run the Deployment Script in
Verbosemode
bash ./deploy.sh -v- Run the Deployment Script in
Normalmode
bash ./deploy.sh -y- Run the Deployment Script in
Quietmode
bash ./deploy.sh -q- Run the Deployment Script for
Help Menu
bash ./deploy.sh -hThis will install the necessary tools and configurations specific to your environment.
- Comment or uncomment the yml files to
- Currently uncommented AdaptixC2
✅ Kali Linux
-
Create dedicated Ansible playbooks for additional Unix-like distributions (e.g., Ubuntu, Arch, Fedora)
-
Improve logging and error handling
-
Add user-selectable modules during setup
Original concept and build: IppSec
Customization and enhancements: Steve0ro
License This project is licensed under the GPL-3.0 License. See the LICENSE file for details.