This is a simple Python Program used to validate email accounts that belong to Office 365
This script takes a list of email addresses as input eg maillist.txt,
sends a request to Office 365 and looks for the the "IfExistsResult"
Valid accounts will be saved in officevalidated.txt file
Features:
[+] Multithreaded
[+] Proxyless
[+] Fully optimized
[+] Good UI
Run Command
OfficeValidator.exe mailist.txt -v -t 50 -o officevalidated.txt
DOWNLOAD LINK