Skip to content

Various Python scripts for SQLi (MySQL, Postgresql, MSSQL)

Notifications You must be signed in to change notification settings

player23-0/SQLi_Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

SQLi_Scripts

Various Python scripts for SQLi (MySQL, Postgresql, MSSQL)


The scripts are Time-Based blind and Boolean-Based blind SQLi scripts to bruteforce:

• Database name
• Table name
• Column names
• Data

Each script has a How to use: section at the top.

But the key changes to make to each script before use will be:

• URL endpoint of the vulnerable SQL
• Any part in the script where `CHANGE` occurs ie. `CHANGE table_name`

About

Various Python scripts for SQLi (MySQL, Postgresql, MSSQL)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages