Skip to content

Latest commit

 

History

History
executable file
·
31 lines (20 loc) · 510 Bytes

File metadata and controls

executable file
·
31 lines (20 loc) · 510 Bytes

365PasswordAttack

Carry out Autodiscover and Password Attacks on Office 365

Author: Darryl Lane | Twitter: @darryllane101

https://github.com/darryllane/365PasswordAttack

Changelog

  • 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'
>>>