Skip to content
Aki Nakamura edited this page Jun 26, 2019 · 16 revisions

Overview

The aim of this tool is to facilitate vulnerability testing through automatic setup and configurations of vulnerable environments. A vulnerable environment includes a base OS, vulnerable software and related software components, and other resources like applications data.

For software developers, this facility helps to debug to fix the vulnerability in their code. In addition, it helps system administrators to check the security of their working systems without harmful effects by creating their replica.

To facilitate automatic vulnerability testing, we need to implement the following features:

  1. Setup of an appropriate base OS
  2. Installation and configurations of vulnerable software, related components, and application resources
  3. Preparation of the exploit code or tool to test the vulnerability

This tool ensures that the above features are executed exactly and repeatedly. The base data are provided by the related product vultest-db.

System architecture

Getting started

User guide

Clone this wiki locally