CheckVibeCodeCheckVibeCode
Checks/Vulnerability
VulnerabilityHeuristic6 checks

SQL Injection Scanner

Detect SQL injection vulnerabilities in your web application before attackers exploit them.

How this scan works

  • Crawl same-origin forms and querystring params
  • Inject benign SQL meta-characters (', ", --, ;) into each param, one at a time
  • Match responses against DB error signatures (MySQL, PostgreSQL, MSSQL, Oracle, SQLite)
  • Boolean-differential test: compare response length/status for 1=1 vs 1=2 style benign payloads
  • Flag parameters that changed behavior without asserting exploitability further — no data extraction, no time-based SLEEP payloads, kept non-destructive by design