This Blog Are Share Computer Related Tutorials & Online Courses For Education Purpose.

Breaking

Wednesday, August 30, 2017

SQLiv - Massive SQL Injection Scanner | Find Website Vulnerabilities Using Kali Linux 2017


SQLiv - Massive SQL Injection Scanner | Find Website Vulnerabilities Using Kali Linux 2017.

This Will Give You The SQLiv Vulnerable Website Just By Adding The Dork And The Domain Url.

You Can Find Multiple Vulnerable Website Using Dork In This Tools And Using Google Search Or Bing Search.

SQLiv
  • Massive SQL injection scanner
  • old project (sqlivulscan)

SQLiv Download : https://github.com/Hadesy2k/sqliv

Features :
  • Multiple Domain Scanning With SQL Injection Dork By Google Or Bing
  • Targetted Scanning By Providing Specific Domain (With Crawling)
  • Reverse Domain Scanning
  • Both Sqli Scanning And Domain Info Checking Are Done In Multiprocessing
  • So The Script Is Super Fast At Scanning Many urls

SQLiv Installation :

Dependencies | Pre-installed Systems | BlackArch Linux BlackArch

1. Multiple Domain Scanning with SQLi dork
  • It Simply Search Multiple Websites From Given Dork And Scan The Results One By One

python sqliv.py -d SQLI DORK -e SEARCH ENGINE
python sqliv.py -d "inurl:index.php?id=" -e google

2. Targetted Scanning
  • Can Provide Only Domain Name Or Specifc Url With Query Params
  • If Only Domain Name Is Provided, It Will Crawl And Get Urls With Query
  • then scan the urls one by one

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 and Scanning
  • Do Reverse Domain And Look For Websites That Hosted On Same Server As Target Url

python sqliv.py -t URL -r

SHARE BY GK
Computer Knowledge

No comments:

Post a Comment