Skip to content

melissadeleonx/google-dorking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Google Dorking Cheat Sheet

🚀 About

Google Dorking (also known as Google Hacking) is a technique used to uncover sensitive information exposed on the internet by leveraging advanced Google search operators.

⚠️ Disclaimer: This cheat sheet is for educational and ethical purposes only. Unauthorized access or data retrieval without permission may violate laws and policies.


🔍 Common Google Dorks

1️⃣ Finding Sensitive Files

filetype:log intext:"password"
filetype:txt intext:"username"
filetype:pdf intext:"confidential"

2️⃣ Exposed Login Pages

inurl:admin/login
inurl:dashboard
intitle:"index of" "admin"

3️⃣ Discovering Publicly Indexed Directories

intitle:"index of /" "parent directory"
intitle:"index of" site:example.com

4️⃣ Finding Cameras & IoT Devices

inurl:/view/view.shtml
inurl:axis-cgi/jpg
inurl:top.htm inurl:currenttime

5️⃣ Searching for Configuration Files

inurl:"config" filetype:xml
inurl:"wp-config.php"
inurl:config intitle:index.of

6️⃣ Exposing Databases

inurl:"phpmyadmin" intext:"Welcome to phpMyAdmin"
inurl:"/phpinfo.php"
filetype:sql "phpMyAdmin"

7️⃣ Finding Vulnerable Websites

inurl:"/wp-content/plugins/"
inurl:".git" "index of"
inurl:"/cgi-bin/" ext:sh

8️⃣ Open FTP Servers

intitle:"index of" inurl:ftp
inurl:"ftp://" site:example.com

🛡️ How to Protect Your Website

  • Use robots.txt to prevent Google from indexing sensitive pages.
  • Disable directory listing in the web server configuration.
  • Use proper authentication to restrict access to sensitive files.
  • Monitor logs to detect unauthorized access.
  • Regularly update and patch software to avoid known exploits.

📚 Resources


🚀 Contribute: If you have more useful Google Dorks, feel free to submit a pull request!

📧 Contact: If you have any questions, open an issue in the repo.

🔗 Follow for more updates:

About

Google Dorking Cheat Sheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published