Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You send MD5 hash and not plain password. Also you'd have to play along with all kinds of CSRF protections etc. that they're implementing. Look:</p> <pre><code> &lt;input type="hidden" name=".tries" value="1"&gt; &lt;input type="hidden" name=".src" value="ym"&gt; &lt;input type="hidden" name=".md5" value=""&gt; &lt;input type="hidden" name=".hash" value=""&gt; &lt;input type="hidden" name=".js" value=""&gt; &lt;input type="hidden" name=".last" value=""&gt; &lt;input type="hidden" name="promo" value=""&gt; &lt;input type="hidden" name=".intl" value="us"&gt; &lt;input type="hidden" name=".bypass" value=""&gt; &lt;input type="hidden" name=".partner" value=""&gt; &lt;input type="hidden" name=".u" value="bd5tdpd5rf2pg"&gt; &lt;input type="hidden" name=".v" value="0"&gt; &lt;input type="hidden" name=".challenge" value="5qUiIPGVFzRZ2BHhvtdGXoehfiOj"&gt; &lt;input type="hidden" name=".yplus" value=""&gt; &lt;input type="hidden" name=".emailCode" value=""&gt; &lt;input type="hidden" name="pkg" value=""&gt; &lt;input type="hidden" name="stepid" value=""&gt; &lt;input type="hidden" name=".ev" value=""&gt; &lt;input type="hidden" name="hasMsgr" value="0"&gt; &lt;input type="hidden" name=".chkP" value="Y"&gt; &lt;input type="hidden" name=".done" value="http://mail.yahoo.com"&gt; &lt;input type="hidden" name=".pd" value="ym_ver=0&amp;c=&amp;ivt=&amp;sg="&gt; </code></pre> <p>Launch Wireshark and play with it. Good luck :)</p> <p>However if you intend to use it w/ App Engine keep in my mind that using Google IP will almost surely result w/ Captcha challenge. Also Yahoo might block your <code>User-Agent</code> that is being set permanently by Google.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload