spothound / exploit-conditional_blind_sqlinjection

This simple Python script can be used to exploit a blind sql injection vulnerability described in this portswingger lab https://portswigger.net/web-security/sql-injection/blind/lab-conditional-responses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exploit-conditional_blind_sqlinjection

This simple Python script can be used to exploit a blind sql injection vulnerability described in this portswingger lab https://portswigger.net/web-security/sql-injection/blind/lab-conditional-responses

Lab: Blind SQL injection with conditional responses

Disclaimer: it is not optimized to be quickly. A lot of improvements could be added to do so but it was intended to be done fast and I din't spend too much time on it.

About

This simple Python script can be used to exploit a blind sql injection vulnerability described in this portswingger lab https://portswigger.net/web-security/sql-injection/blind/lab-conditional-responses

License:GNU General Public License v3.0


Languages

Language:Python 100.0%