An open API service indexing awesome lists of open source software.

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.

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!