Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 531 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 531 Bytes

SQLInjFinder

This program finds vulnerabilities for SQL Injection.

Run

python main.py -h                                                      
usage: main.py [-h] dork result_count

positional arguments:
  dork          ex: inurl:".php?id="
  result_count

optional arguments:
  -h, --help    show this help message and exit

Example

python main.py inurl:".php?id=" 5

Screenshot

screenshot