Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:46 +08:00
commit ded41d7355
8 changed files with 202 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for vulnerability-scanner skill
- [ ] scan.sh: Script to execute the vulnerability scan with configurable parameters.
- [ ] report_formatter.py: Python script to format the raw scan output into a user-friendly report.
- [ ] cve_lookup.py: Python script to fetch CVE details from a public database.