You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A python based blind SQL injection exploitation script
This script can be adapted to any SQL injectable url by simply changing the url in the script.
It is based on MySQL. To adapt it to another DBMS, change the payloads used in getQueryOutput().
About
A python based blind SQL injection exploitation script