Google Dorks | Shahul Hameed

 What is Google Dorks

A Google dork query, sometimes just referred to as a dork, is a search string or custom query that uses advanced search operators to find information not readily available on a website. Google dorking, also known as Google hacking, can return information difficult to locate through simple search queries.

URL: https://www.tutorialspoint.com/google_hacking_tests.htm

          https://www.exploit-db.com/google-hacking-database

Commands:

  • allintext:
  • filetype:
  • intitle:
  • allinurl:
  • link:
  • site:
  • email lists:
  • log files:
  • inurl:
  • intitle:

GHDB:

https://www.exploit-db.com/

Practice Tutorial for Google Dorks

https://www.tutorialspoint.com/google_hacking_tests.html


Parameter Dorks

php?id=1


Specific Domain Search

php?id=1 shopping


Search by Domain

site: simplelearn.com

site: avg.com phishing


Search by URLs

inurl: ethical hacking or "ethical"

inurl:backup.zip
inurl:config secret
inurl:& intext:admin intext:login
intext: “Index of /” +.htaccess
inurl:env filetype:txt
inurl:config.php password
inurl:config.php dbpasswd
inurl:config pass


Search by Title

intitle: admin


Search by File Format

site:cybersecurity.com filetype:pdf,doc,xls


Search by Logs

filetype:logfiles


Search by Cache

cache: google.com


Search by Intext

intext: bug hunting , ssrf , vulnerabilities


Search By AllinText

allintext: hacking networking


Search By Index

index of root

index of credentials site: google.com


Combination of Dorks

site:yahoo.com filetype:pdf intext: ssrf


Search By Link

link: yahoo.com



















Comments

Popular posts from this blog

Havij - Advanced Automated SQL Injection

Using Burp Suite - Brute Force payloads using XSS Validator(Extension) | Shahul Hameed

SQL Basics | Shahul Hameed