Post Reply 
Yahoo: Auto Login
Jun. 30, 2013, 03:22 PM
Post: #2
RE: Yahoo: Auto Login
Yahoo removed the </form> tag. cautionmetro16_1.gif lol.

I don't use it but following quick fix worked at login.yahoo.com/config/login_verify2

Code:
[Patterns]
Name = "Yahoo: Auto Login     13.06.30 (edit! multi) [sd] (o.s)"
Active = FALSE
Multi = TRUE
URL = "(^$KEYCHK(^C^A))$TST(hCT=*html)([^/]++.yahoo.com(:[0-9]+|)/config/(login(_verify2|)|mail)\?(\&+.|(^?))|mail.yahoo.com/)"
Limit = 32766
Match = "øøþ*<form([^>]++name=$AV(login_form))\1(^(*<)+{1}input[^>]++name=$AV(.tries) value=[#3:*])"
        "$SET(0= <form class="prx-matched"\1)"
        "|<form class="prx-matched"$STOP()"
        "[^>]++action=$AV((*://)\1(([^/]++.|)(login.|edit.([^/]++.|))yahoo.com*)\2)"
        "(*<(input("
        "*name=$AV(.slogin)(*>)+{1} (<input(*>)+{1} )+"
        "|(*>)+{1} (<input(*>)+{1} )+$SET(4=<input type=hidden name="login" value=""
        ""
        "YOUR_NICK"
        ""
        "" >\r\n)"
        "))\3)"
        "$SET(5="
        ""
        "YOUR_PW"
        ""
        ")"
        "($TST(\1=https://)$TST(keyword=*.i_ssl_h:[12].*)$SET(1=http://https-px-.)|)"
        "$SET(0="
        "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"\r\n"
        " "http://www.w3.org/TR/html4/loose.dtd">\r\n\r\n"
        "<html>\r\n<head>\r\n<title>Sign In - Yahoo!</title>\r\n"
        "<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r\n"
        "<style type="text/css">\r\n"
        "body"
        "{"
        "  margin: 0px;"
        "  padding: 0px;"
        "  color: #313131;"
        "  background-color: #CEDFEF;"
        "  font: 12px/20px Verdana, Arial, sans-serif;"
        "}\r\n"
        "h1"
        "{"
        "  font-size: 20px;"
        "  font-weight: 600;"
        "  margin: 80px 100px 30px 100px;"
        "  padding-left: 20px;"
        "}\r\n"
        "span"
        "{"
        "  margin: 0px 100px 0px 100px;"
        "  padding: 8px 50px 8px 50px;"
        "  background-color: #A5CFF7;"
        "  border: 1px dashed black;"
        "}\r\n"
        "</style>\r\n"
        "</head>\r\n"
        "<body onload="document.login_form.submit()">\r\n"
        "<h1>Submitting your Yahoo data...</h1>\r\n"
        "<span>This filter can be bypassed by holding down the <b>"CTRL+ALT"</b> keys.</span>\r\n"
        "<form method="post" action="\1\2" name="login_form">\r\n"
        "<\3\4<input type=hidden name="passwd" value="\5">\r\n"
        "<input type=hidden name=".persistent" value="y">\r\n"
        "</form>\r\n"
        "<div>&#160;</div>\r\n"
        "</body>\r\n</html>\k"
        ")"
Replace = "\0"

HTH
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Yahoo: Auto Login - ProxRocks - Jun. 29, 2013, 09:48 PM
RE: Yahoo: Auto Login - JJoe - Jun. 30, 2013 03:22 PM
RE: Yahoo: Auto Login - neverwasinparis - Jul. 05, 2013, 04:18 PM
RE: Yahoo: Auto Login - JJoe - Jul. 06, 2013, 01:35 AM
RE: Yahoo: Auto Login - neverwasinparis - Jul. 09, 2013, 07:47 PM
RE: Yahoo: Auto Login - JJoe - Jul. 10, 2013, 05:09 AM
RE: Yahoo: Auto Login - ProxRocks - Jul. 01, 2013, 02:42 PM
RE: Yahoo: Auto Login - neverwasinparis - Jul. 14, 2013, 06:42 PM
RE: Yahoo: Auto Login - ProxRocks - Aug. 05, 2013, 01:36 PM
RE: Yahoo: Auto Login - JJoe - Aug. 05, 2013, 11:19 PM
RE: Yahoo: Auto Login - ProxRocks - Aug. 05, 2013, 11:31 PM

Forum Jump: