> 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/es/hacking-tools/credentials/phishing-and-username-tools.md).

# Herramientas de phishing y nombres de usuario

Utilice estos recursos solo para evaluaciones autorizadas, pruebas de concienciación y preparación controlada de listas de nombres de usuario. El contenido de phishing operativo debe permanecer en páginas dedicadas a la metodología o a los informes.

## Herramientas

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Nombre</th><th>Descripción</th><th>Enlace oficial</th><th data-hidden data-card-cover data-type="image">Imagen de portada</th></tr></thead><tbody><tr><td><strong>linkedin2username</strong></td><td>Herramienta para generar listas de nombres de usuario a partir de datos públicos de nombres al estilo LinkedIn.</td><td><a href="https://github.com/initstring/linkedin2username">https://github.com/initstring/linkedin2username</a></td><td><a href="/files/787ab5f9ab87361ac0724abe6ea04df52021eb0a">/files/787ab5f9ab87361ac0724abe6ea04df52021eb0a</a></td></tr><tr><td><strong>Nombres de usuario estadísticamente probables</strong></td><td>Repositorio de listas de palabras y patrones de nombres de usuario para evaluaciones autorizadas.</td><td><a href="https://github.com/insidetrust/statistically-likely-usernames/">https://github.com/insidetrust/statistically-likely-usernames/</a></td><td><a href="/files/16a6e493fc3dd77bff5e974bee4128db5999ce62">/files/16a6e493fc3dd77bff5e974bee4128db5999ce62</a></td></tr></tbody></table>


---

# 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/es/hacking-tools/credentials/phishing-and-username-tools.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.
