-Multiple domain scan with unusual person SQL injection by Bing, Google or Yahoo
-Directed scanning by providing a specific domain (with tracking)
-reverse domain scan
Install and Run
1) vomit clone https://github.com/the-robot/sqliv.git
2) cd sqliv
3) sudo python2 setup.py -i
4) Tutorial:
1. Multi-domain scan with unusual person SQL just search multiple websites for a certain unusual person and scan the results one by one
python sqliv.py -d -e
python sqliv.py -d "inurl: index.php? id =" -e google
2. Targeted scanning can offer full name or specific url with question parameters.
If full name is provided then urls with question will be crawled and noted.
then scan the urls one by one
python sqliv.py -t
python sqliv.py -t www.example.com
python sqliv.py -t www.example.com/index.php?id=1
3. Reverse domain and scanning:
Reverse domain and search for websites hosted on the same server as the destination URL.
python sqliv.py -t -r
4. Sale of scanned result:
you can dump the scanned results as json by giving this argument
python sqliv.py -d -e -o result.json
Post a Comment
Please do not enter any spam link in the comment box.