top of page
Writer's pictureDiniz Martins

SQLiv | SQL Injection

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


114 views0 comments

Recent Posts

See All

IPSec vs. TLS

When it comes to securing data over networks, IPSec (Internet Protocol Security) and TLS (Transport Layer Security) are two of the most...

VyOS Basic Configuration

VyOS is an open-source network operating system that provides software-based network routing, firewall, and VPN services. It is designed...

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
bottom of page