diff options
author | heqnx <root@heqnx.com> | 2025-05-25 12:03:51 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-25 12:03:51 +0300 |
commit | d1fe23dbcc0df2e5d009edb0143396deb440f0f6 (patch) | |
tree | db6e2d15f1a14b3dec46a5147bd0f2068b939843 | |
parent | 4ee429ffa6b2c357bc9c7a2f51ad209ac9d57b3f (diff) | |
download | ansible-playbooks-d1fe23dbcc0df2e5d009edb0143396deb440f0f6.tar.gz ansible-playbooks-d1fe23dbcc0df2e5d009edb0143396deb440f0f6.zip |
added requirements to readme
-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: ``` |