This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Description
I tried to use the atomizer against a Windows 2016 server running a vanilla install of Exchange 2016.
The target I used was https://mail.my-domain.tld (where my-domain and tld were given the appropriate values for my setting).
Any username:password combination would yield "Found" because the get requests they generate give a 200 response, but none of them actually logged in.
I modified the code to do a post request appending /owa/auth.owa to the mail host url and provided username, password, destination, flags, and forcedownlevel parameter values.
Was I doing it wrong or does this make sense?
I don't see how I could use the tool as it is built to properly spray the https owa instance.