Skip to content

SQLmapPivot is used to link SQLmap with complex SQL Injections which need programming process

Notifications You must be signed in to change notification settings

Zeecka/SQLmapPivot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

SQLmapPivot

SQLmapPivot is used to link SQLmap with complex SQL Injections which need programming process.

Example

  • You can use SQLmapPivot when you have to encrypt your injection with AES or encode it with weird base.
  • You can also use SQLmapPivot when you have captcha to break with OCR
  • You can use SQLmapPivot when the injection need multiple requests.

How does it works ?

The script will create an simple http server at http://localhost/ with a vulnerable parameters "?p=", easy to use for sqlmap or humans. This parameters is directly linked to the "req" function (parameter "sqli" of the function). You can easyly craft your SQLi request in this function using "sqli" as injection payload.

$python3 SQLmapPivot.py

ScreenShot

BEERWARE LICENSE

Zeecka

About

SQLmapPivot is used to link SQLmap with complex SQL Injections which need programming process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages