Posts: 98 Threads: 0 Joined: N/A August 2, 2022 at 11:06 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? Posts: 50 Threads: 0 Joined: N/A September 2, 2022 at 7:19 PM can i try it? Posts: 18 Threads: 0 Joined: N/A September 3, 2022 at 6:14 AM post the python script, how would we know what is wrong without the actual code? Posts: 98 Threads: 0 Joined: N/A September 3, 2022 at 3:19 PM (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. Posts: 17 Threads: 0 Joined: N/A September 3, 2022 at 11:20 PM (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. Posts: 98 Threads: 0 Joined: N/A September 4, 2022 at 5:05 AM (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 Posts: 582 Threads: 0 Joined: N/A September 7, 2022 at 1:16 PM Would be nice to know how many sites actually detect you "bruteforcing" their login service.,.maybe the are just fu**** with you Posts: 98 Threads: 0 Joined: N/A September 8, 2022 at 5:13 AM (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. Posts: 9 Threads: 0 Joined: N/A September 8, 2022 at 5:18 AM thnks Posts: 8 Threads: 0 Joined: N/A September 8, 2022 at 6:39 PM 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. |