Finding SQL injection vulnerabilities using Ghauri

secblogs
Oct 31, 2022

--

ghauri terminal linux

If you are familiar with sqlmap then you might want to give this tool a try. Ghauri is an advanced SQL injection tool used to automate the process of detecting and exploiting SQL injection bugs.

How to install

Run the following commands in the terminal:

>git clone https://github.com/r0oth3x49/ghauri.git

>cd ghauri/

>python3 -m pip install — upgrade -r requirements.txt

>python3 setup.py install

Usage

ghauri — help

ghauri http://www.site.com/vuln.php?id=1 — dbs

Source code

https://github.com/r0oth3x49/ghauri

--

--

secblogs

Knowledge is power. Information is liberating. Education is the premise of progress.