# Password Spraying

## <mark style="color:red;">Password Spraying</mark>

**Password spraying** es una técnica de ataque de fuerza bruta que consiste en probar una **misma contraseña común** (como *Spring2024*, *Welcome1*, *123456*) contra **muchos nombres de usuario diferentes**, en lugar de probar muchas contraseñas contra una sola cuenta.

### MSOLSpray

[**MSOLSpray**](#msolspray)**:** <https://github.com/dafthack/MSOLSpray>

```powershell
Invoke-MSOLSpray -UserList emails_validated.txt -Password <password> -Verbose
```

<figure><img src="/files/l2ESm8STE0NUQSOROA7f" alt=""><figcaption><p>Enumeración de emails de usuarios</p></figcaption></figure>


---

# 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://www.xtormin.com/pentesting-en-infraestructuras/cloud/azure/metodologia-de-azure-pentest/acceso-inicial/password-spraying.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.
