> For the complete documentation index, see [llms.txt](https://davidtancredi.gitbook.io/pentesting-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://davidtancredi.gitbook.io/pentesting-notes/r3dcl1ff/webapp-pentest/sqli/sqli-manual-testing/ghauri.md).

# Ghauri

Next gen SQLmap

```
#install

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

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

python3 setup.py install

ghauri -help

#usage

ghauri -u "https://example.com/index.php?language=en" --dbs --random-agent --level 3 

#in conjunction with Burpsuite request file with -r flag

ghauri -r request.txt --level 3 -p language

```
