How to Grab a password sent to email and use it to login?

JD123

Client
Регистрация
01.07.2011
Сообщения
61
Благодарностей
0
Баллы
0
So sometimes when signing up for sites they won't let you use the password you signed up with. They send you their own password, how would I have zenno go in to email grab that password and then use it to login to that site? I'm guessing through email processing and reg expression builder but I have no clue on how to do that. Any extra advice on that?
 

step85

Client
Регистрация
19.02.2010
Сообщения
1 839
Благодарностей
287
Баллы
83

bigcajones

Client
Регистрация
09.02.2011
Сообщения
1 216
Благодарностей
683
Баллы
113
In html it's: (?<=br \/\>Password: ).*?(?=\<br \/\>) (That would be for the site we've been looking at)
In text it's usually: (?<=password: ).*

Put that regex in your email processing and use the result to fill in the password field.
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)