The toolkit

Four security tools, one toolkit.

Each tool covers a different layer - external surface, source code, network, and compliance. All open source, MIT licensed, all built around conservative authorized-use-only scanning.

SurfaceScan

active

Web attack-surface mapper. Subdomain discovery, tech fingerprinting, endpoint discovery.

  • Passive-first discovery via crt.sh and SecurityTrails before any active probing
  • SSRF guard rejects private, loopback and cloud-metadata addresses before requests go out
  • Headless browser via Playwright for JavaScript-rendered surfaces, depth- and page-capped

TypeScript · Node.js 18+ · Python · Docker · PostgreSQL · Redis

Details

NeuralScan

beta

Local desktop source-code scanner. 50+ heuristic rules with optional local AI.

  • 50+ regex and AST patterns: SQLi, command injection, eval/exec, unsafe deserialization (pickle, yaml.unsafe_load), weak crypto (MD5, SHA1, DES, ECB), hardcoded secrets, path traversal
  • Local AI explanations via StarCoder2-3B/7B or Mixtral-8x7B with 8-bit quantization. Heuristic fallback when AI is unavailable
  • Findings mapped to CWE, OWASP Top 10, SANS Top 25, with PCI-DSS, NIST, GDPR and HIPAA tags where rules apply

Python 3.10+ · GTK4 · HF Transformers · Docker · PyTorch · Trivy

Details

Core

active

Native network scanner. Nmap port scanning, CMS CVE lookup, header grading.

  • Nmap-driven host, port, service and OS discovery with CIDR notation support
  • CMS fingerprinting (WordPress, Joomla, Drupal) cross-referenced against the CIRCL CVE database
  • HTTP security-header grading weighted 0-100 (CSP, HSTS, X-Frame-Options, CORS, cookie flags)

Python 3.10+ · Nmap · GTK4 · PyGObject · CIRCL CVE API

Details

Web compliance and vulnerability scanner mapped to GDPR, PCI-DSS, ISO 27001 and HIPAA.

  • Inspects TLS configuration, security headers and cookie flags (Secure, HttpOnly, SameSite)
  • Maps findings to GDPR, PCI-DSS, ISO 27001 and HIPAA with multi-standard simultaneous validation
  • CVSS v3.1 scored findings, exportable as JSON, CSV, XML, SARIF, Markdown and branded PDF reports

Python 3.10-3.13 · GTK4 · FastAPI · SQLite · wkhtmltopdf

Details