Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zbrtsn/automated-vulnerability-scan
- Owner: zbrtsn
- Created: 2024-10-24T17:21:41.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T13:43:13.000Z (2 months ago)
- Last Synced: 2024-11-09T14:32:03.531Z (2 months ago)
- Language: Dockerfile
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :/)