diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ This repository contains a collection of Ansible roles and playbooks designed to > **WARNING**: These deployments are for **authorized security testing only**. Unauthorized use may violate laws and regulations. The author and contributors are not responsible for misuse. Always obtain explicit permission before testing any system. -## Roles Overview +## Roles ### `roles/attackbox/` - Security tools and environment setup - Installs various apt packages needed for security tooling. @@ -45,6 +45,7 @@ This repository contains a collection of Ansible roles and playbooks designed to ## Usage - Clone this repository onto your control machine. +- Install Python dependencies with `pip install -r requirements.txt` - Run the appropriate playbook(s) targeting your hosts: ``` |