From d1fe23dbcc0df2e5d009edb0143396deb440f0f6 Mon Sep 17 00:00:00 2001 From: heqnx Date: Sun, 25 May 2025 12:03:51 +0300 Subject: added requirements to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: ``` -- cgit v1.2.3