> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/de/hacking-tools/osint/websites-and-infrastructure.md).

# Websites und Infrastruktur

Verwenden Sie diese Ressourcen, um Webinfrastruktur, internetexponierte Dienste, historische Website-Zustände, Seitenänderungen und verdächtige Inhaltsreplikation zu recherchieren.

## Werkzeuge

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Name</th><th>Beschreibung</th><th>Offizieller Link</th><th data-hidden data-card-cover data-type="image">Titelbild</th></tr></thead><tbody><tr><td><strong>Shodan</strong></td><td>Suchmaschine für internetverbundene Geräte, Dienste, Datenbanken, Kameras und exponierte Infrastruktur.</td><td><a href="https://www.shodan.io/">https://www.shodan.io/</a></td><td><a href="/files/9dc9a911a00b5440afa7e3e95f6ea904821b9dc0">/files/9dc9a911a00b5440afa7e3e95f6ea904821b9dc0</a></td></tr><tr><td><strong>The Information Laundromat</strong></td><td>Analysieren Sie Inhaltsreplikation und Seitenarchitektur-Muster, um Information Laundering zu untersuchen.</td><td><a href="https://informationlaundromat.com/">https://informationlaundromat.com/</a></td><td><a href="/files/337cc092d4936cf296b90103c748ca2e13bca5b1">/files/337cc092d4936cf296b90103c748ca2e13bca5b1</a></td></tr><tr><td><strong>Wayback Machine</strong></td><td>Historische Versionen von Webseiten über das Internet Archive ansehen und archivieren.</td><td><a href="https://web.archive.org/">https://web.archive.org/</a></td><td><a href="/files/79e9cf3a42e4571362e4ea0224d40cfcf1363be1">/files/79e9cf3a42e4571362e4ea0224d40cfcf1363be1</a></td></tr><tr><td><strong>Distill.io</strong></td><td>Webseiten überwachen und Benachrichtigungen erhalten, wenn sich Inhalte ändern.</td><td><a href="https://distill.io/">https://distill.io/</a></td><td><a href="/files/b277cd380edf21364c28d99569139a7b15bf33f8">/files/b277cd380edf21364c28d99569139a7b15bf33f8</a></td></tr><tr><td><strong>Pentest-Tools Google-Hacking</strong></td><td>Google-Dorking-Helfer zum Auffinden indizierter sensibler Dateien, offengelegter Panels und öffentlicher Informationen.</td><td><a href="https://pentest-tools.com/information-gathering/google-hacking">https://pentest-tools.com/information-gathering/google-hacking</a></td><td><a href="/files/40f6179801a89e0d18877dbd45c45dcec00bab0a">/files/40f6179801a89e0d18877dbd45c45dcec00bab0a</a></td></tr><tr><td><strong>Exploit-DB Google Hacking Database</strong></td><td>Kuratiert Datenbank mit Google Dorks zum Auffinden offengelegter Dateien, Panels, Backups und anderer indizierter Artefakte.</td><td><a href="https://www.exploit-db.com/google-hacking-database">https://www.exploit-db.com/google-hacking-database</a></td><td><a href="/files/78d44687fbe8c1b1236229d69c1ed43efb54d3f6">/files/78d44687fbe8c1b1236229d69c1ed43efb54d3f6</a></td></tr><tr><td><strong>DorkSearch</strong></td><td>Google-Dork-Generator zum schnellen Erstellen fortgeschrittener Suchanfragen.</td><td><a href="https://dorksearch.com/">https://dorksearch.com/</a></td><td><a href="/files/a2aedb7da0d21bce023ce4a610c57a84464322bb">/files/a2aedb7da0d21bce023ce4a610c57a84464322bb</a></td></tr></tbody></table>

## Archivierte URLs

Verwenden Sie `waybackurls` um historische URLs aus der Wayback Machine zu sammeln und ihre Erfassungsdaten für eine spätere Prüfung von Parametern, Endpunkten und Dateien zu behalten.

```bash
export TARGET="target.com"
waybackurls -dates "https://${TARGET}" > waybackurls.txt
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hacking-notes.jord4n.pro/de/hacking-tools/osint/websites-and-infrastructure.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
