Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:25 +08:00
commit 00cf45385b
11 changed files with 809 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for security-test-scanner skill
- [ ] security_scan.py: Automates the execution of security scans using tools like Nmap, Nessus, or custom scripts.
- [ ] report_parser.py: Parses security scan reports (e.g., Nmap XML, Nessus CSV) and extracts key findings.
- [ ] owasp_checker.py: Checks for OWASP Top 10 vulnerabilities based on scan results.