Vulnerable Target (VT) is a specialized tool designed for security professionals, researchers, and educators that creates intentionally vulnerable environments across multiple platforms.
- 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
- Create a
.env
file in the root directory with your configuration values:
cp .env.example .env
- Run the application with:
go run cmd/vt/main.go
Hack! don't forget to follow CONTRIBUTING.md
Happy Hacking!