πŸ’» 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.