Back to Tools
SecScan
Automated security scanner for web applications with support for OWASP Top 10 vulnerabilities.
ScannerOWASPAutomationCI/CDSecurity
$pip install secscan
Overview
SecScan is a state-of-the-art vulnerability scanner designed for modern web applications. It seamlessly integrates into your CI/CD pipeline to detect security flaws before they reach production. With support for standard protocols and frameworks, SecScan provides comprehensive coverage against common attack vectors including SQL Injection, XSS, and CSRF.
Key Features
- Automated OWASP Top 10 Detection
- JWT Token Analysis
- Docker Container Scanning
- Report Generation (PDF, JSON, HTML)
- Jenkins & GitHub Actions Integration
Configuration
config:
target: 'http://localhost:3000'
scan_depth: 3
report_format: ['json', 'html']
exclude_paths:
- '/admin'
- '/logout'Project Details
LicenseMIT
Versionv2.4.1
LanguagePython
Downloads15k
Forks312