EMAIL BOUNCE VALIDATION
by - Thursday, January 1, 1970 at 12:00 AM
So apparently i though that validation emails deliverability is just checking its mx record and it might work if i just try logging into the email 
or finding out if the email is a registered account by going through forget password option.

So i wrote a python script that tried to check each emails in the list by going through forget password option on email login page. 

At last i used the list of emails that passed through the checker for spamming and guess what? 

i still had 30-40% bounce emails in list. 

Any expert would like to explain this shit what am i getting wrong here?
Reply
can i try it?
Reply
post the python script, how would we know what is wrong without the actual code?
Reply
(September 3, 2022, 06:14 AM)wideeyeveeti Wrote: post the python script, how would we know what is wrong without the actual code?


I apologize but i can not post that script as i paid someone to make it for me. What i am asking is totally different. 

my question is if i enter an email address on sign  up page and it says that the entered email/username is already signed up does it mean that email address is good to send email to.

But what i have figured out that it doesn't work like that.
Reply
(September 3, 2022, 03:19 PM)drsnape Wrote:
(September 3, 2022, 06:14 AM)wideeyeveeti Wrote: post the python script, how would we know what is wrong without the actual code?


my question is if i enter an email address on sign  up page and it says that the entered email/username is already signed up does it mean that email address is good to send email to.


Nope, it doesn't. Email can be blocked via lot of enter attempts, for spam etc, full, so you need something like smtp checker, i guess? Because signed up in not the same as accessable.
Reply
(September 3, 2022, 11:20 PM)humilator Wrote:
(September 3, 2022, 03:19 PM)drsnape Wrote:
(September 3, 2022, 06:14 AM)wideeyeveeti Wrote: post the python script, how would we know what is wrong without the actual code?


my question is if i enter an email address on sign  up page and it says that the entered email/username is already signed up does it mean that email address is good to send email to.


Nope, it doesn't. Email can be blocked via lot of enter attempts, for spam etc, full, so you need something like smtp checker, i guess? Because signed up in not the same as accessable.


yes i figured out the same. thanks though


(September 2, 2022, 07:19 PM)untilknow9 Wrote: can i try it?


sorry bro can't share
Reply
Would be nice to know how many sites actually detect you "bruteforcing" their login service.,.maybe the are just fu**** with you
Reply
(September 7, 2022, 01:16 PM)trollinator321 Wrote: Would be nice to know how many sites actually detect you "bruteforcing" their login service.,.maybe the are just fu**** with you


You can use multiple proxies for every login attempts you make but that still won't let you find valid emails that won't bounce. Sending smtp requests for replies are the only way to find out their existance.
Reply
thnks
Reply
Hello, using this king of service haveibeenpwned.com is maybe an other good way to make your validation

EDIT : https://breached.to/Thread-Haveibeenpwned-search-hint ahah.
Reply


 Users viewing this thread: EMAIL BOUNCE VALIDATION: No users currently viewing.