Skip to content

Steve0ro/Offensive-Ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Offensive-Ansible Build

A streamlined Linux build deployment tool originally created by IppSec, and thoughtfully modified and maintained by Steve0ro to support modern offensive security workflows.

Overview

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.

Getting Started

  1. Clone the Repository
git clone https://github.com/steve0ro/Offensive-Ansible
cd Offensive-Ansible
  1. Run the Deployment Script in Verbose mode
bash ./deploy.sh -v
  1. Run the Deployment Script in Normal mode
bash ./deploy.sh -y
  1. Run the Deployment Script in Quiet mode
bash ./deploy.sh -q
  1. Run the Deployment Script for Help Menu
bash ./deploy.sh -h

This will install the necessary tools and configurations specific to your environment.

  • Comment or uncomment the yml files to
  • Currently uncommented AdaptixC2

Compatibility

✅ Kali Linux

⚠️ Support for additional Linux distributions is under development.

Roadmap

  • 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

Acknowledgements

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors