Skip to content

itslucifero/SMTP-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 

Repository files navigation

SMTP Checker v 0.2 (Added Bulk Checker)

Contact me for it : https://t.me/itslucifero

Script in python uses smtplib to chek if your smtp server works or dead.

In version 0.1 , it was a sngle checker , by that i mean single smtp checker .

Now i have added lot of features to it :D

You can check in bulk now make sure ur list txt file is like this :

SMTPSERVER|PORT|SMTPUSER|SMTPPASS

My script can scan millions of smtps ; and also i didn't delete the old version of single checker i just made it as an option in the script.

Result will be saved to : AliveSMTP.txt DeadSMTP.txt

USE :

python smtp.py

Req :

  • pip install crayons
  • pip install smtplib

enter your smtp host and port and logins it will detect SSL or TLS by port number so don't worry.

About

script in python uses smtplib to check if your servers works or dead

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published