> For the complete documentation index, see [llms.txt](https://cs.desdes.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cs.desdes.xyz/api/recoleccion-de-informacion/osint.md).

# OSINT

### Motores de busqueda

Google Dorks

Shodan

Duck Duck Go

Bing

### Postman Publicos

```
site:postman.com inurl:(workspace & overview) intext:"KEYWORD"
```

### Way Back URLs

```
echo 'site.com' | waybackurls | tee site.urls
```

{% embed url="<https://github.com/tomnomnom/waybackurls>" %}

### Gau

<pre><code><strong>gau --o site.urls site.com
</strong></code></pre>

{% embed url="<https://github.com/lc/gau>" %}

### Repositorios publicos de GitHub

```
./gitgot.py -q example.com
```

{% embed url="<https://github.com/BishopFox/GitGot>" %}

<figure><img src="/files/MVip2CagnMAvZKPO8KYp" alt=""><figcaption></figcaption></figure>

{% embed url="<https://github.com/techgaun/github-dorks>" %}

### AMASS

{% embed url="<https://github.com/owasp-amass/amass>" %}
