> For the complete documentation index, see [llms.txt](https://pnpt.adot8.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pnpt.adot8.com/osint-fundamentals/websites.md).

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