aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ec33c0d..938bc9f 100644
--- a/README.md
+++ b/README.md
@@ -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:
```