Closed
Description
Describe the bug
@r0oth3x49 ghauri asks for user input (y/n) even when I have used --batch argument
My command:
ghauri -r req.txt --dbs --confirm --timeout 10 --threads 40 --level 3 --flush-session --fresh-queries --batch
Expected behavior
--batch Never ask for user input, use the default behavior
There should be a default behavior for everything when using --batch
It's breaking my automation workflow. If at some point the ghauri asks for any input, then the whole automation will break as ghauri will be expecting an input (y/n) whereas it should have taken the default input as N or Y itself as I have already added --batch argument.
Related issues that were fixed earlier:
#100
#116
Desktop:
- OS: [Debian]
- Ghauri version: latest 1.3
- Type of SQL injection which cause the error: [Default]