Skip to content
Snippets Groups Projects
Commit 399604f9 authored by Soufiane's avatar Soufiane
Browse files

update Readme.md

parent 7de674d3
Branches
No related tags found
No related merge requests found
.img/image-20250327223232012.png

327 KiB

......@@ -2,6 +2,12 @@
This project is an advanced vulnerability management system that aggregates reports from multiple security scanners, deduplicates findings, and generates a consolidated view of vulnerabilities. The system uses natural language processing (NLP) and machine learning techniques to provide more meaningful vulnerability assessments with less redundancy.
![image-20250327223232012](./.img/image-20250327223232012.png)
## Features
- Parsing multiple vulnerability scanner formats (NMAP, Nuclei, OpenVAS)
......@@ -87,6 +93,7 @@ mkdir -p data/input data/output
# Copy your scanner reports to the input directory
cp path/to/your/nmap_report.xml data/input/
cp path/to/your/nuclei_report.txt data/input/
cp path/to/your/openvas_report.txt data/input/
```
### 2. Run the Program
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment