Friday 30 December 2016

Google Dork

A way to find thing more specific in Google search engine. Also a vulnerability detection method to those who have vulnerable  resources in there systems and web applications. Most of google dork are used to find those vulnerabilities for security and unauthorized resources. I will include both topics to use google dork as find vulnerabilities for security in your system and for vulnerability detection.

Use of google dork :

Google Dork
Google Dork
Basic of google search engine query are - the title of the page you have to find, second comes a url of the page and third comes a text or content of the page found in the result of google index. These all have a specific terms to use as SQL injection or we can say sql query to get our result out in the google search index more accurately. Most of time you can find google hacks in web, these words are just a exception to get more focus. Now as you know that google hack are not but just a query like SQL to find our result more accurately.

If you search keyword just game google search game in all title, url and text and even a image if query will found. So to specify these terms we can gave the exact query to find our result.

Lets begin with the title keyword which used for title searched in google index as the word mean is title it will show all result which must have the title game in there page. So to get that result we use keyword "intitle" without double quote with suffix colon ( : ) symbol.

Example Dork :
intitle:game

Note :-
The query will not consider to exclude game word from non title syntax like url and text or content.

Intitle Time
Intitle Time
To understand the logic more specific we use arithmetic logic in google query. To do that we take negative a (-) minus symbol in use. It use for exclude the keyword which we not want in the result of google search. Lets take a example of time keyword. if you search in google it will show you current time, lets exclude the 2016 search in the result and the result will be -

Example Dork :
intitle:time -2016



0 comments:

Post a Comment