Skip to content

pr0d33p/O365-Enum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

O365 Enum

This is a simple python script which can be used to enumerate if the email address within the Office 365 exists or not. This is totally dependable upon autodiscover protocol and the logic that if the email does not exist, the response from the server is timed-out this giving no result. If the email exists, response is obtained immediately.

Requirements:

  • argparse for parsing arguments
  • re for regex
  • requests for sending HTTP request to outlook.office365.com

Installation

git clone https://github.com/pr0d33p/O365-Enum

Usage

python3 main.py -f emails.txt # assuming that the emails to enumerate are stored within the emails.txt file.

About

O365 User enumeration with autodiscover

Resources

Stars

Watchers

Forks

Languages