
🔵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.