SkillAgentSearch skills...

Sqlifinder

SQL Injection Vulnerability Scanner made with Python

Install / Use

/learn @americo/Sqlifinder
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<h1 align="center"> <img src="static/sqlifinder-logo.png" alt="sqlifinder" width="200px"></a> <br> </h1> <h4 align="center">SQL Injection scanner made with python.</h4> <p align="center"> <a href="#features">Features</a> • <a href="#installation">Install</a> • <a href="#running-sqlifinder">Usage</a> • </p>

sqlifinder is a tool with the function of detecting GET-based sql injection vulnerabilities in web applications using waybackurls, web crawlers and sql injection payloads.

Features

<h1 align="left"> <img src="static/sqlifinder-run.png" alt="sqlifinder" width="700px"></a> <br> </h1>
  • Fast and powerful scanner
  • Include web crawler and waybackurls

Usage

python3 sqlifinder.py -h

This will display help for the tool. Here are all the switches it supports.

Installation

Sqlifinder requires:

  • python3
  • huepy
  • requests
  • tqdm

To install run these commands:

▶ sudo apt install git
▶ git clone https://github.com/americo/sqlifinder
▶ cd sqlifinder
▶ pip3 install -r requirements.txt

Running Sqlifinder

To run the tool on a target, just use the following command.

▶ python3 sqlifinder.py -d example.com

The -s command can be used to test sql injection in subdomains of the target.

▶ python3 sqlifinder -d example.com -s

License

sqlifinder is made with 🖤 by the americo.

Related Skills

View on GitHub
GitHub Stars388
CategoryData
Updated1d ago
Forks77

Languages

Python

Security Score

85/100

Audited on Mar 24, 2026

No findings