# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://csbygb.gitbook.io/pentips/osint/search-engines.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
