DEV Community

Trix Cyrus
Trix Cyrus

Posted on

List of the best Google Dorks in 2024 for finding SQL injection vulnerabilities and other security issues:

Author: Trix Cyrus

Here’s a comprehensive list of the best Google Dorks for finding SQL injection vulnerabilities and other security issues:

inurl:index.php?id=
inurl:.asp?id=
"You have an error in your SQL syntax"
intext:"select * from"
inurl:login.php
inurl:admin/login.php
"Warning: mysql_fetch_array() expects parameter 1"
inurl:".php?cat="
filetype:sql "sql backup"
"ORA-00933: SQL command not properly ended"
inurl:product.php?id=
inurl:page.php?id=
inurl:view.php?id=
inurl:.php?id= intext:"mysql"
inurl:search.php?q=
filetype:sql inurl:dump
filetype:env "DB_PASSWORD"
inurl:wp-content/plugins/
filetype:sql "backup"
"phpMyAdmin" "error" "db"
Enter fullscreen mode Exit fullscreen mode

This list covers various vulnerabilities like SQL injection, exposed databases, and misconfigurations. Make sure to use these dorks ethically and responsibly!

~TrixSec

Top comments (0)