Skip to content

Latest commit

 

History

History
93 lines (56 loc) · 2.24 KB

using-search-engines.md

File metadata and controls

93 lines (56 loc) · 2.24 KB

Using Search Engines

Search engines can be very useful for finding information about the target. Search engines can be used for two things:

  • Finding sensitive information on the domain that you are attacking
  • Finding sensitive information about the company and its employees in on other parts of the internet. Like forums, newsgroups etc.

Remember that the world is bigger than google. So test out the other search engines.

Baidu, binsearch.info, Bing, DuckDuckGo, ixquick/Startpage, Shodan,PunkSpider

Google is a good tool to learn more about a website.

Finding specific filetypes {#finding-specific-filetypes}

filetype:pdf

Search within webaddress {#search-within-webaddress}

site:example.com myword

Find in url {#find-in-url}

inurl:test.com

Wild cards {#wild-cards}

You can use the asterisk to as a wildcard:

*

Example:

"I've been * for a heart"

This will return answers where * is anything.

Exclude words {#exclude-words}

-

the dash excludes a specific word

This query searches for pages that used the word bananasplit.

-banana bananasplit

Cached version {#cached-version}

So if a website has been taken down you can still find the cached version, of the last time google visited the site

cache:website.com

https://www.blackhat.com/presentations/bh-europe-05/BH_EU_05-Long.pdf

Examples {#examples}

Find login-pages on sites that use the ending .com

site:com inurl:admin.php

More {#more}

Here are some more

Great guide for google dorks https://www.blackhat.com/presentations/bh-europe-05/BH_EU_05-Long.pdf

http://www.googleguide.com/advanced_operators_reference.html

http://www.searchcommands.com/

https://support.google.com/websearch/answer/2466433?hl=en

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