# Search engines

## Google Dorks and Search Engine operators

* `site:website.com` get results from a specific website
* `AND` using `keyword AND otherkeyword` will get results that have both the keywords
* `"keyword otherkeyword"` will give results with this formulation in this order
* `OR` using `keyword OR otherkeyword` will get results that have either these keywords
* We can use wildcard with `*`
* `filetype:pdf` will give results according to the filetype mentionned here for instance we will get only pdf results
* `-subdomain` will remove a specific subdomain from the search results example: `site:website.com -www`
  * Can work with any other keyword that we do not want in the search results `-keyword`
* `intext:keyword` get results with the keyword in the text
* `inurl:keyword` look for url with a specific keyword in them
* `intitle:keyword` look for title with a specific keyword in the title

## Resources

{% embed url="<https://www.google.com/>" %}
Google
{% endembed %}

{% embed url="<https://www.google.com/advanced_search>" %}
Google Advanced Search
{% endembed %}

{% embed url="<http://www.googleguide.com/print/adv_op_ref.pdf>" %}
Google Search Guide
{% endembed %}

{% embed url="<https://www.bing.com/>" %}
Bing
{% endembed %}

{% embed url="<https://www.bruceclay.com/blog/bing-google-advanced-search-operators/>" %}
Bing Search Guide
{% endembed %}

{% embed url="<https://yandex.com/>" %}
Yandex
{% endembed %}

{% embed url="<https://duckduckgo.com/>" %}
DuckDuckGo
{% endembed %}

{% embed url="<https://help.duckduckgo.com/duckduckgo-help-pages/results/syntax/>" %}
DuckDuckGo Search Guide
{% endembed %}

{% embed url="<http://www.baidu.com/>" %}
Baidu
{% endembed %}
