{"id":22965681,"url":"https://github.com/HappyHackingSpace/vt","last_synced_at":"2026-04-02T05:24:13.119Z","repository":{"id":265372871,"uuid":"891713834","full_name":"HappyHackingSpace/vulnerable-target","owner":"HappyHackingSpace","description":"Vulnerable Target (VT) is a specialized tool designed for security professionals, researchers, and educators that creates intentionally vulnerable environments across multiple platforms.","archived":false,"fork":false,"pushed_at":"2025-04-17T16:47:07.000Z","size":754,"stargazers_count":16,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-18T07:05:18.245Z","etag":null,"topics":["cybersecurity","repl","security","vulnerable"],"latest_commit_sha":null,"homepage":"https://vulnerabletarget.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HappyHackingSpace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-20T20:29:49.000Z","updated_at":"2025-04-17T16:47:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"448db784-b109-4d5b-9419-898438081f82","html_url":"https://github.com/HappyHackingSpace/vulnerable-target","commit_stats":null,"previous_names":["happyhackingspace/vulnerable-target"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HappyHackingSpace%2Fvulnerable-target","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HappyHackingSpace%2Fvulnerable-target/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HappyHackingSpace%2Fvulnerable-target/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HappyHackingSpace%2Fvulnerable-target/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HappyHackingSpace","download_url":"https://codeload.github.com/HappyHackingSpace/vulnerable-target/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249716825,"owners_count":21315068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cybersecurity","repl","security","vulnerable"],"created_at":"2024-12-14T20:16:03.943Z","updated_at":"2026-04-02T05:24:13.113Z","avatar_url":"https://github.com/HappyHackingSpace.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n  \u003cimg src=\"assets/banner.png\" alt=\"vt logo\" width=\"350\"/\u003e\n\nSpin up vulnerable targets from your terminal 🎯\n\n[![Go Version](https://img.shields.io/github/go-mod/go-version/HappyHackingSpace/vt?style=flat-square)](https://go.dev/)\n[![License](https://img.shields.io/github/license/HappyHackingSpace/vt?style=flat-square)](LICENSE)\n[![Release](https://img.shields.io/github/v/release/HappyHackingSpace/vt?style=flat-square)](https://github.com/HappyHackingSpace/vt/releases)\n[![Discord](https://img.shields.io/badge/Discord-Join-7289DA?style=flat-square\u0026logo=discord\u0026logoColor=white)](https://discord.happyhacking.space)\n\n\u003c/div\u003e\n\n\u003e [!CAUTION]\n\u003e **This project is in active development.** Expect breaking changes with releases. Review the [release changelog](https://github.com/HappyHackingSpace/vt/releases) before updating. **vt** creates intentionally vulnerable environments - always run in isolated networks (VMs/sandboxes) and never expose to the internet.\n\n---\n\n## Table of Contents\n\n- [Features](#features)\n- [Installation](#installation)\n- [Quick Start](#quick-start)\n- [Usage](#usage)\n- [Templates](#templates)\n- [What can you do with vt?](#what-can-you-do-with-vt)\n- [Documentation](#documentation)\n- [Star History](#star-history)\n- [Contributors](#contributors)\n- [Community](#community)\n- [License](#license)\n\n---\n\n## Features\n\n| | Feature | Description |\n|:--:|---------|-------------|\n| 🐳 | **Docker Compose** | Container orchestration for vulnerable environments |\n| 📦 | **Templates** | Community-curated vulnerable targets from [vt-templates](https://github.com/HappyHackingSpace/vt-templates) |\n| 📊 | **State Tracking** | Track and manage running deployments |\n| 🔄 | **Auto-Update** | Sync templates from remote repository |\n\n---\n\n## Installation\n\n### Prerequisites\n\n- Go 1.24+\n- Docker \u0026 Docker Compose\n\n### Install with Go\n\n```bash\ngo install github.com/happyhackingspace/vt/cmd/vt@latest\n```\n\n### Build from Source\n\n```bash\ngit clone https://github.com/HappyHackingSpace/vt.git\ncd vt\ngo build -o vt cmd/vt/main.go\nmv vt /usr/local/bin/  # Optional: add to PATH\n```\n\n---\n\n## Quick Start\n\n```bash\n# 1. Browse available templates\nvt template --list\n\n# 2. Start a vulnerable environment\nvt start --id vt-dvwa\n\n# 3. Access the target at http://localhost:80\n```\n\n---\n\n## Usage\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eCommand Reference\u003c/b\u003e\u003c/summary\u003e\n\n| Command | Description |\n|---------|-------------|\n| `vt template --list` | List all available templates |\n| `vt template --list --filter \u003ctag\u003e` | Filter templates by tag |\n| `vt template --update` | Update templates from remote repository |\n| `vt start --id \u003ctemplate-id\u003e` | Start a vulnerable environment |\n| `vt ps` | List running environments |\n| `vt stop --id \u003ctemplate-id\u003e` | Stop an environment |\n| `vt -v debug \u003ccommand\u003e` | Run with debug verbosity |\n\n\u003c/details\u003e\n\n### Examples\n\n```bash\n# List templates with SQL injection vulnerabilities\nvt template --list --filter sqli\n\n# Start DVWA (Damn Vulnerable Web App)\nvt start --id vt-dvwa\n\n# Check running environments\nvt ps\n\n# Stop a specific environment\nvt stop --id vt-dvwa\n```\n\n---\n\n## Templates\n\nTemplates are automatically cloned to `~/vt-templates` on first run.\n\n| Template | Type | Description |\n|----------|:----:|-------------|\n| `vt-dvwa` | Lab | Damn Vulnerable Web Application |\n| `vt-juice-shop` | Lab | OWASP Juice Shop |\n| `vt-webgoat` | Lab | OWASP WebGoat |\n| `vt-bwapp` | Lab | Buggy Web Application |\n| `vt-mutillidae-ii` | Lab | OWASP Mutillidae II |\n\n\u003e **Want more?** Check out the [vt-templates repository](https://github.com/HappyHackingSpace/vt-templates) for all available templates and contribution guidelines.\n\n---\n\n## What can you do with vt?\n\n| Use Case | Template |\n|----------|----------|\n| Practice SQL Injection | [vt-dvwa](https://github.com/HappyHackingSpace/vt-templates/tree/main/labs/vt-dvwa) |\n| Learn XSS Exploitation | [vt-dvwa](https://github.com/HappyHackingSpace/vt-templates/tree/main/labs/vt-dvwa) |\n| Test OWASP Top 10 | [vt-juice-shop](https://github.com/HappyHackingSpace/vt-templates/tree/main/labs/vt-juice-shop) |\n| Exploit Real CVEs | [vt-2025-29927](https://github.com/HappyHackingSpace/vt-templates/tree/main/cves/vt-2025-29927) |\n| API Security Testing | [vt-webgoat](https://github.com/HappyHackingSpace/vt-templates/tree/main/labs/vt-webgoat) |\n| Train Security Teams | [vt-mutillidae-ii](https://github.com/HappyHackingSpace/vt-templates/tree/main/labs/vt-mutillidae-ii) |\n\n---\n\n## Documentation\n\n| | Resource | Description |\n|:--:|----------|-------------|\n| 📦 | [Templates](https://github.com/HappyHackingSpace/vt-templates) | Browse all available templates |\n| 🤝 | [Contributing](./CONTRIBUTING.md) | Contribution guidelines |\n| 🐛 | [Issues](https://github.com/HappyHackingSpace/vt/issues) | Report bugs or request features |\n\n---\n\n## Star History\n\n\u003ca href=\"https://star-history.com/#HappyHackingSpace/vt\u0026Date\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://api.star-history.com/svg?repos=HappyHackingSpace/vt\u0026type=Date\u0026theme=dark\" /\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://api.star-history.com/svg?repos=HappyHackingSpace/vt\u0026type=Date\" /\u003e\n    \u003cimg alt=\"Star History Chart\" src=\"https://api.star-history.com/svg?repos=HappyHackingSpace/vt\u0026type=Date\" /\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n\n---\n\n## Contributors\n\n\u003c!-- readme: collaborators,contributors -start --\u003e\n\u003ctable\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n            \u003ctd align=\"center\"\u003e\n                \u003ca href=\"https://github.com/recepgunes1\"\u003e\n                    \u003cimg src=\"https://avatars.githubusercontent.com/u/28866347?v=4\" width=\"100;\" alt=\"recepgunes1\"/\u003e\n                    \u003cbr /\u003e\n                    \u003csub\u003e\u003cb\u003eRecep Gunes\u003c/b\u003e\u003c/sub\u003e\n                \u003c/a\u003e\n            \u003c/td\u003e\n            \u003ctd align=\"center\"\u003e\n                \u003ca href=\"https://github.com/dogancanbakir\"\u003e\n                    \u003cimg src=\"https://avatars.githubusercontent.com/u/65292895?v=4\" width=\"100;\" alt=\"dogancanbakir\"/\u003e\n                    \u003cbr /\u003e\n                    \u003csub\u003e\u003cb\u003eDogan Can Bakir\u003c/b\u003e\u003c/sub\u003e\n                \u003c/a\u003e\n            \u003c/td\u003e\n            \u003ctd align=\"center\"\u003e\n                \u003ca href=\"https://github.com/omarkurt\"\u003e\n                    \u003cimg src=\"https://avatars.githubusercontent.com/u/1712468?v=4\" width=\"100;\" alt=\"omarkurt\"/\u003e\n                    \u003cbr /\u003e\n                    \u003csub\u003e\u003cb\u003eOmar Kurt\u003c/b\u003e\u003c/sub\u003e\n                \u003c/a\u003e\n            \u003c/td\u003e\n            \u003ctd align=\"center\"\u003e\n                \u003ca href=\"https://github.com/ahsentekd\"\u003e\n                    \u003cimg src=\"https://avatars.githubusercontent.com/u/23294573?v=4\" width=\"100;\" alt=\"ahsentekd\"/\u003e\n                    \u003cbr /\u003e\n                    \u003csub\u003e\u003cb\u003eAhsen\u003c/b\u003e\u003c/sub\u003e\n                \u003c/a\u003e\n            \u003c/td\u003e\n            \u003ctd align=\"center\"\u003e\n                \u003ca href=\"https://github.com/atiilla\"\u003e\n                    \u003cimg src=\"https://avatars.githubusercontent.com/u/9992685?v=4\" width=\"100;\" alt=\"atiilla\"/\u003e\n                    \u003cbr /\u003e\n                    \u003csub\u003e\u003cb\u003eAtilla\u003c/b\u003e\u003c/sub\u003e\n                \u003c/a\u003e\n            \u003c/td\u003e\n            \u003ctd align=\"center\"\u003e\n                \u003ca href=\"https://github.com/mirackayikci\"\u003e\n                    \u003cimg src=\"https://avatars.githubusercontent.com/u/134744464?v=4\" width=\"100;\" alt=\"mirackayikci\"/\u003e\n                    \u003cbr /\u003e\n                    \u003csub\u003e\u003cb\u003emirackayikci\u003c/b\u003e\u003c/sub\u003e\n                \u003c/a\u003e\n            \u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\t\u003ctr\u003e\n            \u003ctd align=\"center\"\u003e\n                \u003ca href=\"https://github.com/numanturle\"\u003e\n                    \u003cimg src=\"https://avatars.githubusercontent.com/u/7007951?v=4\" width=\"100;\" alt=\"numanturle\"/\u003e\n                    \u003cbr /\u003e\n                    \u003csub\u003e\u003cb\u003enuman\u003c/b\u003e\u003c/sub\u003e\n                \u003c/a\u003e\n            \u003c/td\u003e\n\t\t\u003c/tr\u003e\n\t\u003ctbody\u003e\n\u003c/table\u003e\n\u003c!-- readme: collaborators,contributors -end --\u003e\n\n---\n\n## Community\n\n- 💬 **Discord**: [Join our community](https://discord.happyhacking.space)\n- 🐛 **Issues**: [Report bugs](https://github.com/HappyHackingSpace/vt/issues)\n- 🤝 **Contributing**: Check out [CONTRIBUTING.md](./CONTRIBUTING.md)\n\n---\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](./LICENSE.md) file for details.\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n**Happy Hacking!** 🎯\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHappyHackingSpace%2Fvt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHappyHackingSpace%2Fvt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHappyHackingSpace%2Fvt/lists"}