Vulnerable Target (VT) is a specialized tool designed for security professionals, researchers, and educators that creates intentionally vulnerable environments across multiple platforms.
Caution
SECURITY WARNING: DO NOT RUN ON UNTRUSTED NETWORKS This tool creates intentionally vulnerable environments. Running this on a public server or an insecure network can expose you to severe security risks. Use only in an isolated, local environment (sandbox/VM).
- Community-Curated List of Vulnerable Targets
- Interactive Vulnerability Playground (TODO)
- CLI (In-Progress)
- Clone the repository
git clone https://github.com/HappyHackingSpace/vulnerable-target.git
cd vulnerable-target- Install dependencies
go mod download- Run the application with:
go run cmd/vt/main.goCheck the full documentation here: Vulnerable Target Wiki
Hack! don't forget to follow CONTRIBUTING.md
Happy Hacking!