https://github.com/happyhackingspace/vulnerable-target
Vulnerable Target (VT) is a specialized tool designed for security professionals, researchers, and educators that creates intentionally vulnerable environments across multiple platforms.
https://github.com/happyhackingspace/vulnerable-target
cybersecurity repl security vulnerable
Last synced: about 2 months ago
JSON representation
Vulnerable Target (VT) is a specialized tool designed for security professionals, researchers, and educators that creates intentionally vulnerable environments across multiple platforms.
- Host: GitHub
- URL: https://github.com/happyhackingspace/vulnerable-target
- Owner: HappyHackingSpace
- License: mit
- Created: 2024-11-20T20:29:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-17T16:47:07.000Z (about 2 months ago)
- Last Synced: 2025-04-18T07:05:18.245Z (about 2 months ago)
- Topics: cybersecurity, repl, security, vulnerable
- Language: Go
- Homepage: https://vulnerabletarget.com
- Size: 736 KB
- Stars: 16
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
git clone https://github.com/HappyHackingSpace/vulnerable-target.git
cd vulnerable-target
```2. Install dependencies
```bash
go mod download
```3. Create a `.env` file in the root directory with your configuration values:
```bash
cp .env.example .env
```4. Run the application with:
```bash
go run cmd/vt/main.go
```## How to Contribute
Hack! don't forget to follow [CONTRIBUTING.md](./CONTRIBUTING.md)## Disclaimer
### Use with caution and additional security measures.---
Happy Hacking!