π» OWA Extractor & Validator π»
π΅This tool scans and validates emails by checking Outlook Web Access (OWA) portals. It extracts unique email addresses, verifies webmail logins, and sorts the results into organized files.
π Features
β Multi-threaded for high speed
β Extracts & validates emails from webmail portals
β Saves sorted results into files
β Customizable via Settings.yml
π» Setup & Run
1οΈβ£ Install dependencies
pip install requests beautifulsoup4 pyyaml colorama
2οΈβ£ Edit Settings.yml to configure threads & timeout. (you can leave by default). Put your emails (only emails) into Emails.txt.
3οΈβ£ Run the script
python OWA Extractor.py
4οΈβ£ Extracted emails will be saved in the Result/ folder.