Skip to content

The-xploit/basic_sqli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

This is an basic SQL Injection scanner Tool written in python.

Installation :

git clone https://github.com/The-xploit/basic_sqli.git

Install all requirements available in the requirements.txt file.

pip3 install -r requirements.txt

Usage:

python3 basic_sqli.py [options]

Options:

-h, --help         show this help message and exit

--url=URL          Target URL (Provide full parameter of the url (eg: http://testphp.vulnweb.com/listproducts.php?cat=1))

--headers=HEADERS  Custom headers for requests

--verbose          Enable verbose output

--threads=THREADS  Number of concurrent threads

--delay=DELAY      Delay in seconds for time-based SQLi

--output=OUTPUT    File to save the results

Example:

python3 basic_sqli.py --url https://testphp.vulnweb.com/listproducts.php?cat=1

Releases

No releases published

Packages

No packages published

Languages