top of page

SQLiv | SQL Injection

Mar 3, 2020
1 min read

Before we are doing the injection consult, of course we must ensure that the server or target has a database security hole. To find database security holes, there are several methods we can use. Among them, Google dorking, is used mostly by hacker and penetration testers. Luckily there is a tool that is able to do that automatically. But we have to install its tool first. The tool is called SQLiv (SQL injection Vulnerability Scanner).


Install:

Then run:

Resolve some dependencies:


Finding SQL Injection Vulnerabilities:


Quick reference:


Reverse domain and scanning:

- Do reverse domain and look for websites that hosted on same server as target url


Recent Posts

See All
Portable AI

Have you ever imagined carrying your own AI assistant in your pocket, for free? With today's open-source AI models, it's entirely possible. By storing the required software and models on a USB flash d

 
 
 
Homebrew on macOS

If you use Homebrew to manage your development tools on macOS, keeping it updated is an important part of maintaining a reliable development environment. A simple maintenance routine helps keep packag

 
 
 
Sanitizing Text

The Hidden Side of Text: Detecting and Cleaning Invisible Characters We often assume that what we see is what we get — especially with...

 
 
 

3 Comments


PRASAD PATHAK
PRASAD PATHAK
Apr 24, 2021

sudo python2 setup.py -i

[sudo] password for prasad:

Traceback (most recent call last):

File "setup.py", line 4, in <module>

import pip

ImportError: No module named pip


please help

Like
PRASAD PATHAK
PRASAD PATHAK
Apr 24, 2021
Replying to

Hi Diniz, I am fine, hope you are fine too.

I have tried to install pip but it says it's already installed.

Like
Programming and IT solutions guide on STENGE.info blog
Cybersecurity and Networking tutorials on STENGE.info
IT infrastructure solutions and technology tutorials
STENGE.info logo - Tech Blog for IT Solutions and Tutorials
bottom of page