What problem does it solve?
It helps you identify, validate, and document SQL injection vulnerabilities that can expose or alter backend data, often earning high payouts in real bug bounty programs.
Core Features & Use Cases
- Targeted SQLi hunting guidance: Focuses on high-yield endpoints and parameter patterns like search, filter, sort, reporting ranges, and id-based API routes.
- Validation methodology: Guides you through error-based, boolean-blind, and time-based blind confirmation (including database-specific sleep/delay payloads).
- MongoDB/NoSQL injection support: Includes object-operator testing patterns for JSON-based parameter handlers to catch NoSQLi when apps mistakenly assume “MongoDB means safe”.
Example use case: you are testing a public “/search?q=” feature and want to quickly determine whether input reaches a database query, then write a reproducible proof for a triage engineer.
Quick Start
Use hunt-sqli to run systematic SQLi probes against a candidate parameter on a target URL and generate a reproducible, report-ready validation path.