Welcome to the O365 SprayMaster! This project is designed to perform password spray attacks on O365 accounts. The script is writen in python3 and uses various thresholds to manage the rate of attempts and includes logging to track progress and results.
To run the script, use the following command-line options:
python3 main.py [-h] -u username_list -p passwords_list [-t {slow,medium,fast,veryfast}] [-o output_filename]
options:
-h, --help show this help message and exit
-u, --userList username_list File name which contain User List.
-p, --passList passwords_list File name which contain List of Passwords.
-t, --threshold {slow,medium,fast,veryfast} Set the speed threshold for the attack (slow, medium, fast, veryfast). Default is fast.
-o, --output output_filename File name which contain User List.
- Clone the repository:
git clone https://github.com/Vishal-Raj007/O365Spray.git
cd O365Spray
- Install dependencies:
pip3 install -r requirements.txt
- Run the script:
chmod +x main.py
python3 main.py -u username_list -p passwords_list -t {slow,medium,fast,veryfast} -o output_filename
Contributions are welcome! If you find any issues or want to enhance the project, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
For any questions or suggestions, feel free to reach out:
Author: Vishal Raj
Email: [email protected]