Bug Bounty
Cybersecurity
Hacking
SQLi Using Google Dorks
May 13, 2023
Using Google dorks we can find SQL injection.
Use this keyword: site:test.com intext:”sql syntax near” | intext:”syntax error has occurred” | intext:”incorrect syntax near” | intext:”unexpected end of SQL command” | intext:”Warning: mysql_connect()” | intext:”Warning: mysql_query()” | intext:”Warning: pg_connect()”
In site just give your site.
Press enter or click to view image in full size![]()
If the domain contain any SQL errors we can find here.
Press enter or click to view image in full size![]()
Here we got that vulnerable endpoint. So we can start exploiting. Using manual methods or else use sqlmap.
