📢 Use the Successor: ElectroPuppy
This project is deprecated and no longer functional due to changes in email authentication systems. We highly recommend using ElectroPuppy, which provides enhanced features, better stability, and up-to-date email filtering capabilities.
This was a Node.js-based script designed for email authentication and filtering, primarily for services like Netflix, PayPal, Facebook, Instagram, and Twitter. The tool categorized accounts as either live or dead and logged the results into separate files.
- ✅ Email Authentication: Verified credentials using SMTP.
- ✅ Email Filtering: Detected emails from key services (Netflix, PayPal, etc.).
- ✅ Logging: Stored results in
live.txt
anddead.txt
.
git clone https://github.com/tas33n/hotmail-checker.git
cd Hotmail-Checker
npm install
-
Prepare Email List:
- Create a
mails.txt
file with email credentials (email:password
).
- Create a
-
Modify Filters in ``:
const enableNetflixFilter = true; const enablePayPalFilter = true; const enableFacebookFilter = true; const enableInstagramFilter = true; const enableTwitterFilter = true;
-
Run the Script (No Longer Works)
node index.js
- ``: Verified emails with filtering status.
- ``: Emails that failed authentication.
Date: 10/10/2023, 10:00:00 AM
File: mails.txt
Number of lines: 5
Filters - Netflix: ✅ON, PayPal: ✅ON, Facebook: ✅ON, Instagram: ✅ON, Twitter: ✅ON
✅ 💨 email1@example.com:password1 | Netflix: ✅ | PayPal: ❌ | Facebook: ✅
❌ 💨 email2@example.com:password2
For a fully functional, modern replacement, switch to ElectroPuppy, which includes: ✅ Latest authentication techniques ✅ Improved filtering & logging ✅ Better stability & performance
- Fork the repository.
- Create a feature branch (
git checkout -b feature/new-feature
). - Commit changes (
git commit -am 'Add new feature'
). - Push the branch (
git push origin feature/new-feature
). - Submit a Pull Request.
For any inquiries, reach out via Telegram.
🚀 Thank you for your support!