Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
sqlifinder — SQL Injection Vulnerability Scanner made with Python | Kitploit
Tools/GitHubGitHub/americo/sqlifinder
Vulnerability ScannersWeb Vulnerability ScannersWeb Security
GitHubamerico/sqlifinder

sqlifinder

SQL Injection Vulnerability Scanner made with Python

View Repository
395734 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

sqlifinder

SQL Injection scanner made with python.

Features • Install • Usage •


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

sqlifinder

  • Fast and powerful scanner
  • Include web crawler and waybackurls

Usage

root@kitploit:~
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:

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

Running Sqlifinder

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

root@kitploit:~
▶ python3 sqlifinder.py -d example.com

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

root@kitploit:~
▶ python3 sqlifinder -d example.com -s

License

sqlifinder is made with 🖤 by the americo.

Download Tool