# Stuffing

When credentials are found (through [dumping](/ad/movement/credentials/dumping.md) or [cracking](/ad/movement/credentials/cracking.md) for instance), attackers can try to use them to obtain access on other accounts. This attacks can be powerful against organizations that use shared or common passwords.

This technique can be combined with [credential guessing](broken://pages/p6xZMBBcrVRj97LgWIFM) when attackers try to operate transformations to the recovered passwords (i.e. numbers and special characters before or after, capital letters, l33tspeak, and so on). These new password lists can even be used in an additional [cracking](/ad/movement/credentials/cracking.md) process.

[The same tools](broken://pages/p6xZMBBcrVRj97LgWIFM#common-passwords) used for guessing can be used for stuffing and guessing.


---

# 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://red.infiltr8.io/ad/movement/credentials/bruteforcing/stuffing.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.
