Google Dorks

PREAMBLE
Tutorial expresses the author's subjective ideas and conform to AAL license.


Description
Used for optimization of search work.


Intro
Tutorial is fully aplied to Google. Probably good enough for DuckDuckGo, Bing, Yahoo, Yandex and Baidu. But I didn't tested so not totally sure. If works, write about it in a comment.


NOTE
Google limits queries to 32 words. Google is case-insensitive; it shows both upper- and lowercase results. Google ignores most punctuation and special characters including , . ; ? [ ] ( ) @ / * < >

Next Level

Try now in search bar next command:
filetype:pdf linux
By typing it you will get all PDF documents with Linux word in it

To obtain something more acurate in search use
filetype:pdf "lpic"
By doing so you'l get only PDF's with LPIC in it.

Let expand a little our search by typing:
filetype:pdf lpic OR lpi
In this case G brain with find PDF's with LPIC but in case will not find, will show results with LPI only.

In next exercise let exclude from search results all sites and subdomains with specified domain name
"linux" -"(com|org|net|dev|io|app|info|edu)"
As result we'll obtain sites with .RU .DE .FR .MIL .MX .UK and so on.

You are not tired yet? If not, type next
related:slackware
This command will find something similar or related to.

Let search now all occurrences in the text of the page
allintext:stallman

Similar to it, is to search for all occurrences in the title of the page
allintitle:greg kroah hartman

Copy Paste works well :D
Occurrences in the links to the page
allinanchor:volkerding

For other SEARCH OPERATORS look on GoogleGuideDotCom. Full list of GOOGLE DORKS listed on ExploidDashDbDotCom.



Last thoughts
Be shure that I will update tutorial in the future. So, stay on tune. And, in case it was useful, share please with your fellows or comment something regarded the subject.
For donations use that link

Comments