Carry out Autodiscover and Password Attacks on Office 365
Author: Darryl Lane | Twitter: @darryllane101
- Version 1.0.0 (02/10/2018):
- Initial Implementation
Help Section
This section contains helpful snippets.
Check version of openssl being used by python
python
import ssl
ssl.OPENSSL_VERSION`
Output
>>> import ssl
>>> ssl.OPENSSL_VERSION
'OpenSSL 1.0.2j 26 Sep 2016'
>>>