SkillAgentSearch skills...

O365sprayer

An offensive security tool used to enumerate and spray passwords for O365 accounts on both Managed and Federated AD services.

Install / Use

/learn @securebinary/O365sprayer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <img src="static/O365Sprayer.png" width="50%"> </p> <h4 align="center">Enumerate & Spray O365 Accounts.</h4> <p align="center"> <a href="https://github.com/securebinary/o365sprayer/"><img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat"></a> <a href="https://twitter.com/thesecurebinary"><img src="https://img.shields.io/twitter/follow/thesecurebinary.svg?logo=twitter"></a> </p> <p align="center"> <a href="#features">Features</a> • <a href="#installation">Install</a> • <a href="#usage">Usage</a> </p>

Features

  • Distinguishes Managed O365 & Federated O365 for the target domain
  • Enumerates emails for valid O365 accounts
  • Sprays passwords to check for valid credentials
  • Provide custom delay between each request
  • Provide number of attempts which triggers account lockout
  • Provide cool down time for account lockout
  • Provide maximum number of account lockouts to tolerate while spraying

Installation

O365 Sprayer was built using go1.18.4. Make sure you use latest version of Go to install successfully. Run the following command to install the latest version:

go install -v github.com/securebinary/o365sprayer@latest

Usage

aidenpearce369@horus~ o365sprayer

   ____                              ___    _
  / __/ ___  ____ __ __  ____ ___   / _ )  (_)  ___  ___ _  ____  __ __
 _\ \  / -_)/ __// // / / __// -_) / _  | / /  / _ \/ _  / / __/ / // /
/___/  \__/ \__/ \_,_/ /_/   \__/ /____/ /_/  /_//_/\_,_/ /_/    \_, /
                                                                /___/
                                        O365 Sprayer v1.0.1
  -d
      Target domain
  -u
      Email to validate
  -p
      Password to spray
  -U
      Path to email list
  -P
      Path to password list
  -enum [DEFAULT : false]
      Validate O365 emails
  -spray [DEFAULT : false]
      Spray passwords on O365 emails
  -delay [DEFAULT : 0.25]
      Delay between requests
  -lockout [DEFAULT : 5]
      Number of incorrect attempts for account lockout
  -lockoutDelay [DEFAULT : 15]
      Lockout cool down time
  -max-lockout [DEFAULT : 10]
      Maximum number of lockout accounts

This will display help for the CLI tool. Here are all the required arguments it supports.

License

O365 Sprayer is made with 🖤 by the SecureBinary team. Any tweaks / community contribution are welcome.

Related Skills

View on GitHub
GitHub Stars48
CategoryDevelopment
Updated4mo ago
Forks11

Languages

Go

Security Score

92/100

Audited on Nov 16, 2025

No findings