-
Notifications
You must be signed in to change notification settings - Fork 3
Quick Start
The Secwexen edited this page Jul 14, 2026
·
2 revisions
This quickstart file helps you run your first Security Playbooks request in under 5 minutes.
# Clone repository
git clone https://github.com/secwexen/security-playbooks.git
cd security-playbooks
# Create virtual environment
python -m venv venv
source venv/bin/activate # Linux/Mac
venv\Scripts\activate # Windows
# Install dependencies
pip install -r requirements.txt
# Install dev dependencies
pip install -r requirements-dev.txtCopyright © 2026 secwexen. Security Playbooks is licensed under the MIT License.
Maintained by Secwexen
GitHub Repository Source Code
Version: v0.2.1
This project is intended exclusively for authorized security validation, controlled research environments, and defensive analysis.
Any use of this project against systems without explicit written permission is strictly prohibited and may violate local, national, or international laws.
The maintainers and contributors assume no responsibility or liability for misuse, damages, or legal consequences resulting from unauthorized or improper deployment of this project.