# Websites

## OSINT via Google Dorking

Searching the website in quotes wont only return the website but it will also return places the website is linked

<pre><code><strong>"adot8.com"
</strong><strong>site:adot8.com         &#x3C;-- Only from results from the website
</strong></code></pre>

## Web Based Tools

{% embed url="<https://builtwith.com/>" %}
Shows you what the website is built on
{% endembed %}

{% embed url="<https://urlscan.io/>" %}

{% embed url="<https://web-check.as93.net/>" %}

{% embed url="<https://crt.sh/>" %}
Find subdomains
{% endembed %}

{% embed url="<https://centralops.net/co/>" %}
Dumps IP addresses, Whois which can have personal information, DNS records and Service Scans
{% endembed %}

{% embed url="<https://dnslytics.com/reverse-ip>" %}
Find all domains that are hosted with the same IP. Useful for self hosted servers.
{% endembed %}

{% embed url="<https://www.virustotal.com/>" %}
Can be used to get UAid which can be tied to other websites making more connections
{% endembed %}

{% embed url="<http://backlinkwatch.com/index.php>" %}
View where the website has also be linked
{% 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://pnpt.adot8.com/osint-fundamentals/websites.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.
