more info on https://usersearch.org/updates/2023/02/05/the-ultimate-google-dorking-cheatsheet-2023/?amp=1
Security Related Dorks
| # | Google Dork Query | Explanation |
|---|---|---|
| 1 | filetype:pdf password | Searches for PDF files containing the word “password”. |
| 2 | intitle:index.of password.txt | Searches for websites with “index.of” in the title and the word “password.txt”. |
| 3 | intext:”username” filetype:xls | Searches for Excel files containing the word “username”. |
| 4 | intext:”email” filetype:pdf | Searches for PDF files containing the word “email”. |
| 5 | inurl:admin login | Searches for webpages with “admin” and “login” in the URL. |
| 6 | intitle:”Login page” “Username” “Password” | Searches for pages with the title “Login page”, “Username”, and “Password”. |
| 7 | inurl:login intext:”password” | Searches for pages with “login” in the URL and the word “password” in the text. |
| 8 | inurl:.php?id= | Searches for pages containing “.php?id=” in the URL. |
| 9 | intitle:”SQL query failed” intext:”mysql” | Searches for pages with the title “SQL query failed” and the word “mysql” in the text. |
| 10 | site:.edu filetype:pdf | Searches for PDF files on “.edu” websites. |
| 11 | intext:”Private Key” filetype:pem | Searches for files with “Private Key” in the text and the file type “pem”. |
| 12 | intitle:”Index of /” +passwd | Searches for websites with “Index of /” in the title and the word “passwd”. |
| 13 | intitle:”Index of /” +secret | Searches for websites with “Index of /” in the title and the word “secret”. |
| 14 | intext:”Confidential” filetype:ppt | Searches for PowerPoint files with the word “Confidential” in the text. |
| 15 | intext:”Database Error” intitle:”Warning” | Searches for pages with the text “Database Error” and the title “Warning”. |
| 16 | intext:”PHP Script” “Debug” | Searches for pages with the text “PHP Script” and the word “Debug”. |
| 17 | intext:”to=python” filetype:py | Searches for Python files with the text “to=python”. |
| 18 | intext:”API Key” filetype:yml | Searches for YAML files with the text “API Key”. |
| 19 | intext:”API Key” filetype:env | Searches for environment files with the text “API Key”. |
| 20 | intext:”Private Key” filetype:key | Searches for files with the text “Private Key” and the file type “key”. |
| 21 | intext:”System Information” filetype:log | Searches for log files with the text “System Information”. |
| 22 | intitle:”Index of /” +backup | Searches for websites with “Index of /” in the title and the word “backup”. |