# SprayingToolkit

### Installing the SprayingToolkit

To install SprayingToolkit, run the following command:

```bash
git clone https://github.com/byt3bl33d3r/SprayingToolkit.git
cd SprayingToolkit
pip install -r requirements.txt
```

{% @mailchimp/mailchimpSubscribe %}

## Usage

After installation, you can start using SprayingToolkit to perform password spraying attacks against various services. Below is an example of how to use SprayingToolkit with Exchange:

```bash
python spray.py -u users.txt -p Spring2023! -U domain\\username -url https://outlook.office365.com -t 5
```

Remember to stay within legal boundaries and use the tool for legitimate security testing purposes only.

{% embed url="<https://github.com/byt3bl33d3r/SprayingToolkit>" %}


---

# 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://oscp-certification.certs-study.com/password-attacks/sprayingtoolkit.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.
