Author Topic: Yahoo Password Check  (Read 2933 times)

moulder

  • Newbie
  • *
  • Posts: 7
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
Yahoo Password Check
« on: June 30, 2002, 05:22:06 AM »
Hello,

Does anyone know how to get around the daily password check at Yahoo Groups?
The only Yahoo filters I use are Mona's and I have login.yahoo.com/ on my AllowCookies list.

TIA,
moulder


 
 

JakBeNymble

  • Moderator
  • Sr. Member
  • *****
  • Posts: 308
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://
    • Email
Yahoo Password Check
« Reply #1 on: July 02, 2002, 04:32:49 AM »
Hi "Moulder",

             I think that yahoo e-mail has made some changes in their security in the last little bit. For right now until I can do some work on a few filters for the login, I've just added yahoo to the by-pass list. Here is what I have so far that will let me login without having to 'tick' or 'click' anything. I have the following added to the by-pass block-file list:

[^/]++us.f111.mail.yahoo.com|rd.yahoo.com|mail_us/ym/w
[^/]++login.yahoo.com|address.mail.yahoo.com|my.secure.yahoo.com/w

You can make it into one string, but I think that breaking it up works best for me. Take Care and Have a Great Evening.
"Jak"




Edited by - JakBeNymble on 02 Jul 2002  05:36:18
 

moulder

  • Newbie
  • *
  • Posts: 7
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
Yahoo Password Check
« Reply #2 on: July 02, 2002, 01:19:01 PM »
Hello JakBeNymble

Thanks for the reply. I added the strings to my bypass list and entered my password at http://groups.yahoo.com/mygroups . Let's see what happens tomorrow.

Regards,
moulder


 
 

moulder

  • Newbie
  • *
  • Posts: 7
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
Yahoo Password Check
« Reply #3 on: July 03, 2002, 02:24:21 PM »
When I went back to above link after 24 hours the password check returned.
It's not a big thing though. By now I even know my password by heart :)


 
 

Scott Lemmon

  • Full Member
  • ***
  • Posts: 103
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://proxomitron.cjb.net/
    • Email
Yahoo Password Check
« Reply #4 on: July 03, 2002, 04:20:54 PM »
I think Yahoo may be forcing this for security now.  I know when I post at Yahoo groups I'll sometimes be asked to re-enter my password too.

The only way round it would be to make an auto-login filter to fill in and submit your username & password automatically when the login page comes up.

-Scott-

 
 

sidki3003

  • Sr. Member
  • ****
  • Posts: 476
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://
    • Email
Yahoo Password Check
« Reply #5 on: July 03, 2002, 09:41:27 PM »
Great idea!

Name = "Yahoo Login Form Filler"
Active = TRUE
URL = "login.yahoo.com/config/login_verify2?."
Bounds = "<forms*</form>"
Limit = 3000
Match = "(*input name="passwd" type="password")12"
Replace = "1 value="my_password" 2<script type="text/javascript">"
          "setTimeout('document.login_form.submit()',300);</script>$STOP()"


sidki


 
 

moulder

  • Newbie
  • *
  • Posts: 7
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • Email
Yahoo Password Check
« Reply #6 on: July 04, 2002, 02:11:20 AM »
Cool! I changed the password check frequency from the max 24 hours to 15 min. The filter works.

Thanks,
moulder


 
 

sidki3003

  • Sr. Member
  • ****
  • Posts: 476
    • ICQ Messenger -
    • AOL Instant Messenger -
    • Yahoo Instant Messenger -
    • View Profile
    • http://
    • Email
Yahoo Password Check
« Reply #7 on: July 05, 2002, 05:07:17 PM »
Here is a version for those who filter SSL and don't like to see the certificate warnings by the browser on that page.

[Patterns]
Name = "Yahoo Form Filler (https to http)"
Active = TRUE
URL = "login.yahoo.com/config/login_verify2?."
Bounds = "<forms*</form>"
Limit = 4096
Match = "(*action=")https://(login.yahoo.com*input name="passwd" type="password")12"
Replace = "http://xhttps..1 value="my_password" 2<script type="text/javascript">"
          "setTimeout('document.login_form.submit()',300);</script>$STOP()"

As always, filtering SSL can be a security risk.

regards, sidki