Google Dorking

 


Google Dorking, also known as Google Hacking returns data that cannot be brought up with standard search queries. Dorking is a technique where a custom search query uses advanced search operators to show results that are not readily available on the website. This will increases the probability of finding the exact information.

Google Dorking Commands:-

cache command:- 

A cache is a chunk of memory on a computer processor that stores the recently or frequently used instructions. Google stores the current and previous versions of the website's data which we can get the information using the cache command.

--------------------------------------
cache:www.website.com
--------------------------------------

intext and allintext commands:-

Intext will find the keyword that is present in a website and shows the result, whereas allintext will find all the keywords in the website.
--------------------------------------
intext: "usernames"
--------------------------------------
allintext: "usernames""passwords"
--------------------------------------

inurl command:-

Looks for the keywords that are present in the URL.
--------------------------------------
inurl:emails.txt
--------------------------------------

filetype command:-

The resultant page will have only the mentioned file type which can be pdf, txt, xml,.
--------------------------------------
filetype:pdf inurl:google.com
--------------------------------------

And also you can find the Live Camera that is not restricted by the IP address
--------------------------------------
inurl:"view.shtml""Network Camera"
--------------------------------------

Finding Passwords:-

Hackers use the website Pastebin to publish sensitive information. Where we can find the usernames and passwords as the admin and password.
--------------------------------------
inurl:"pastebin.com" intext:admin.password
--------------------------------------

Here, GoogleHackingDatabase for finding the numbers of google dorks for finding the sensitive information.

#################################
Connect With Me:-
  1. LinkedIn
  2. Twitter
  3. GitHub
#################################










Comments