Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zbrtsn/automated-vulnerability-scan

THIS PROJECT IS NOT WORKING YET
https://github.com/zbrtsn/automated-vulnerability-scan

Last synced: about 2 months ago
JSON representation

THIS PROJECT IS NOT WORKING YET

Awesome Lists containing this project

README

        

# Automated-Vulnerability-Scan

## The Plan
The project aims to create a testing environment that integrates various security scanners and systems to enhance web application security. In this project, processes that would traditionally be done manually will be automated using CI/CD practices. Security scans will be conducted on web applications and networks using open-source vulnerability scanning tools, and outputs will be generated. A "dashboard" interface will be provided to visualize the data, making analysis more accessible. Solutions or recommendations will be offered for identified vulnerabilities, and security measures will be implemented.

### Requirements
- [Docker](https://www.docker.com/)

### Before We Start
- Don't forget the change the ports for containers in "docker-compose.yml" file if you need.

### Installation
1. Clone the repo:
```bash
git clone https://github.com/zbrtsn/Automated-Vulnerability-Scan.git
cd Automated-Vulnerability-Scan
```
2. Start with docker compose
```bash
docker-compose build
docker-compose up
```

### Status
- THIS PROJECT IS NOT WORKING YET!
- Jenkins and ZAP integration looks good for now.
- Arachni and OpenVAS integration for Jenkins is still on progress
- OpenVAS cli is not working with Community Edition so i'll look for alternatives.(including arachni as well :/)