Skip to content

Ilesnat/Pentesting_VM_Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Ansible Pentesting VM Setup

This repository contains an Ansible role-based playbook designed to automate the setup of a penetration-testing virtual machine (VM). It configures system preferences, installs essential tools, and organizes everything for efficient offensive security operations.


Features

  • Modular Ansible roles for:
    • ZSH & shell customization
    • Security tool installation (from GitHub & package managers)
  • Organized directory structure (~/tools)
  • Designed to work with Debian-based distros (e.g., Kali, Parrot, Ubuntu)

Getting Started

  • Make sure to update and upgrade your Kali before installing Ansible
sudo apt update && sudo apt full-upgrade -y
sudo apt install ansible
  • Now run the command below
git clone https://github.com/Ilesnat/Pentesting_VM_Setup && cd Pentesting_VM_Setup && ansible-playbook main.yml --ask-become-pass
# When it prompts you, put in your password for your user

About

Configuration management for VM setup

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors