You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Setup of an appropriate base OS
Installation and configurations of vulnerable software, related components, and
application resources
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.