Skip to content

excelle08/limitSQLi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

limitSQLi

This is an automatic SQL injection tool which takes advantage of LIMIT clause.
Version 0.1

USAGE:

python sqli.py  OR ./sqli.py 

NOTICE:
1.This tool ONLY applys to LIMIT clause exploits without filtering or anti-injection measures on the server side. If there is any filtering on the server side, injection will fail with exceptions or zero bytes.
To accomplish more advance features, please modify this code or wait for update.

2.Wait patiently. Recently this program doesn't have multi-threading feature and it dumps the whole database, so it might take long time.

About

An SQL injection tool using LIMIT clause

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages