-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Omar Kurt edited this page Aug 9, 2025
·
4 revisions

Vulnerable Target (VT) is a CLI tool designed for security researchers and penetration testers to quickly deploy vulnerable environments. With its Docker Compose-based infrastructure, you can launch popular vulnerable applications with a single command.
- Security Education: Learn ethical hacking and penetration testing
- Vulnerability Research: Test CVEs and security vulnerabilities
- CTF Preparation: Practice for Capture The Flag competitions
- Security Tool Development: Test and validate security tools
- Go 1.19+
- Docker & Docker Compose
- Git
git clone https://github.com/HappyHackingSpace/vulnerable-target.git
cd vulnerable-target
go build -o vt cmd/vt/main.go