Skip to content

This project is designed to perform password spray attacks on O365 accounts. The script is written in python3 and uses various thresholds to manage the rate of attempts and includes logging to track progress and results.

License

Notifications You must be signed in to change notification settings

Vishal-Raj007/O365Spray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

O365 SprayMaster - O365 Password Spray Atack Tool

Designer-2.jpg

Table of Contents

Introduction

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.

Usage

Help option

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.

Deployment

  1. Clone the repository:
git clone https://github.com/Vishal-Raj007/O365Spray.git
cd O365Spray
  1. Install dependencies:
pip3 install -r requirements.txt
  1. Run the script:
chmod +x main.py
python3 main.py -u username_list -p passwords_list -t {slow,medium,fast,veryfast} -o output_filename

Contributing

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.

License

This project is licensed under the MIT License.

Contact

For any questions or suggestions, feel free to reach out:

Author: Vishal Raj
Email: vishalraj.infosecpro@gmail.com

About

This project is designed to perform password spray attacks on O365 accounts. The script is written in python3 and uses various thresholds to manage the rate of attempts and includes logging to track progress and results.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages