
Massiver SQL-Injection-Schwachstellenscanner
Eigenschaften
Sowohl SQLi-Scanning als auch Domain-Info-Prüfung werden in Mehrprozessverarbeitung durchgeführt, daher ist das Skript beim Scannen vieler URLs extrem schnell.
Eine kurze Anleitung und Screenshots finden Sie unten. Tipps zur Projektmitarbeit finden Sie ebenfalls unten.
Installation
Abhängigkeiten
Vorinstallierte Systeme
1. Mehrfach-Domain-Scanning mit SQLi-Dork
python sqliv.py -d <SQLI DORK> -e <SEARCH ENGINE>
python sqliv.py -d "inurl:index.php?id=" -e google
2. Gezieltes Scanning
python sqliv.py -t <URL>
python sqliv.py -t www.example.com
python sqliv.py -t www.example.com/index.php?id=1
3. Reverse-Domain und Scanning
python sqliv.py -t <URL> -r
4. Ausgabe der gescannten Ergebnisse
python sqliv.py -d <SQLI DORK> -e <SEARCH ENGINE> -o result.json
Hilfe anzeigen
python sqliv.py --help
usage: sqliv.py [-h] [-d D] [-e E] [-p P] [-t T] [-r]
optional arguments:
-h, --help show this help message and exit
-d D SQL injection dork
-e E search engine [Google only for now]
-p P number of websites to look for in search engine
-t T scan target website
-r reverse domain

TODO