A comprehensive Network Vulnerability Assessment project conducted using OpenVAS
This project involves conducting a comprehensive network vulnerability assessment using OpenVAS. The assessment targeted a simulated network environment, identifying critical vulnerabilities, and providing detailed mitigation strategies.
report/
: Contains the final Network Vulnerability Assessment Report.scans/
: Contains the final OpenVAS scan report.presentation/
: Contains the presentation summarizing the findings and mitigation plans.
To replicate the assessment, you need to set up OpenVAS using Docker.
- Docker installed on your machine.
-
Pull the OpenVAS Docker image:
docker pull mikesplain/openvas
-
Run the OpenVAS container:
docker run -d -p 443:443 --name openvas mikesplain/openvas
-
Access OpenVAS Web UI:
Open a web browser and navigate to https://localhost
Login using the default credentials (admin/admin)
Configure a new target in the OpenVAS Web UI.
Launch a scan against the configured target.
View and export the scan results.