What problem does it solve?
It solves the problem of quickly starting, stopping, and diagnosing local Vulhub vulnerability reproduction environments with accurate access details and actionable troubleshooting when Docker Compose fails.
Core Features & Use Cases
- Environment discovery by CVE/app query: Locates the correct Vulhub environment directory using environments.toml rather than relying on guesswork.
- Reliable start/stop with compose orchestration: Runs docker compose up -d to start and docker compose down -v to stop and clean volumes.
- Chinese failure diagnosis and fixes: When startup fails, it classifies common errors (network/proxy/mirror/TLS/architecture/Kali ulimit) and provides concrete remediation steps.
- Automated information summarization: Extracts from README.zh-cn.md the access URL(s), default credentials, and initialization/verification cues for the user’s chosen lab.
Quick Start
Ask for it in Chinese, for example: “帮我搭建 CVE-2021-29442 的漏洞环境”,并让 the agent start the matching lab and reply with the environment path, access URL(s), and default credentials/initialization instructions.