Skip to content

AnsahMohammad/sqlifinder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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 comands:

â–¶ 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.

About

SQL Injection Vulnerability Scanner made with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%