Kavnes Security Scanner

Network reconnaissance and exploitation intelligence platform with real-time threat data and comprehensive security analysis

Self-Hosted Request Access

Platform Features

🎯

Multi-Vector Scanning

Comprehensive vulnerability assessment across network services, web applications, and system configurations with optimized Nmap integration and custom detection rules.

📊

7-Factor Risk Scoring

Beyond CVSS - intelligent risk assessment incorporating CISA KEV data, exploit availability, asset criticality, and business impact analysis.

🛡️

Defensive Intelligence

Actionable remediation guidance with specific commands, detection methods, SIEM integration patterns, and attack vector analysis.

🚀

Production Ready

Multi-user web platform with PostgreSQL backend, REST API, WebSocket monitoring, and JWT authentication for production environments.

📡

Real-Time Monitoring

Live scan progress tracking, WebSocket updates, dashboard analytics, and continuous vulnerability monitoring capabilities.

🔧

Flexible Deployment

CLI tools, web interface, REST API, and programmatic access. Deploy on-premises or cloud with complete customization options.

Self-Hosted Option

Run the scanner on your own infrastructure. All traffic stays on your network.

1. Pull and run (requires Docker):

docker run -d -p 8080:8080 \
  -e DATABASE_URL=sqlite:///data/scanner.db \
  micaelamaria/kavnes-scanner

Click to copy

2. Open in browser:

http://localhost:8080

3. Or with PostgreSQL (recommended for production):

docker run -d -p 8080:8080 \
  -e DATABASE_URL=postgresql://user:pass@host:5432/db \
  micaelamaria/kavnes-scanner

The Docker image includes nmap and all scanning tools. No source code exposed.
Your scans, your data, your infrastructure.

This platform is for authorized security testing only. Only scan systems you own or have explicit written authorization to test.

Ready to Start Scanning?

Download and run locally for full security assessments with zero third-party dependencies