Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 881 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 881 Bytes

Vulnerable Target

Vulnerable Target (VT) is a specialized tool designed for security professionals, researchers, and educators that creates intentionally vulnerable environments across multiple platforms.

Features

  • Community-Curated List of Vulnerable Targets
  • Interactive Vulnerability Playground (TODO)
  • CLI (In-Progress)

How to Run

  1. Clone the repository
git clone https://github.com/HappyHackingSpace/vulnerable-target.git
cd vulnerable-target
  1. Install dependencies
go mod download
  1. Create a .env file in the root directory with your configuration values:
cp .env.example .env
  1. Run the application with:
go run cmd/vt/main.go

How to Contribute

Hack! don't forget to follow CONTRIBUTING.md

Disclaimer

Use with caution and additional security measures.


Happy Hacking!