# the-robot/sqliv

massive SQL injection vulnerability scanner

Repository: https://github.com/the-robot/sqliv
Canonical: https://ross.abutalabs.com/products/sqliv
Homepage: https://en.kali.tools/all/?tool=1334
Language: Python
License: GPL-3.0
License Family: copyleft
Topics: sqli, sqli-vulnerability-scanner, sql-injection, scanning, scanner, crawler, reverse-ip-scan, multiprocessing
Archived: true
Last push: 2018-08-14T11:28:52+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4101, "days_push": 2941, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1229, forks 377 (observed 2026-08-28T04:04:03.678741+00:00)

## What it is
SQLiv is a Python command-line tool that scans websites for SQL injection vulnerabilities. It supports dork-based scanning via search engines, targeted domain scanning with crawling, and reverse domain scanning, all using multiprocessing for speed.

## Use cases
- scan multiple websites for SQL injection using a Google dork
- check if a specific domain has SQLi-vulnerable URLs
- crawl a website to find injectable query parameters
- find other vulnerable sites hosted on the same server via reverse IP
- export scan results to JSON
- bulk scan search engine results for SQLi

## When to choose
- you need a fast, scriptable SQLi scanner for dork-based or targeted scanning
- you want reverse-IP scanning to find co-hosted vulnerable sites
- you work in a pentest lab with Python 2 available (e.g., BlackArch)

## When to avoid
- you need a maintained tool - the last release was 2018 and it requires Python 2
- you need POST-form SQLi testing, which is unimplemented
- you need a full vulnerability scanner beyond SQL injection

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: vulnerability-scanning, penetration-testing, web-scraping, security
- domain: security, penetration-testing, web-development
- platform: python, cli
- tags: sql-injection, sqli-scanner, dork-scanning, reverse-ip-lookup, multiprocessing, python2, security-audit, command-line, linux

## Member repositories
- the-robot/sqliv (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:03.678741+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:15:08.681843+00:00, confidence not recorded.
  - readme: https://github.com/the-robot/sqliv (fetched 2026-08-28T04:04:03.678741+00:00, sha 1b797ff59c58)
- Data as of 2026-08-30T08:39:29.467469+00:00.
