sirBAMF Posted September 24, 2008 Posted September 24, 2008 Whats the best way to decipher the garbage that pops up after a java script:alert(document.cookie);? For Example: =AA=True&UA=Guest&AN=&AG=&Q=CF83CBC7&ln=&TC=32804&CA=CF83CBC7&II=&TU=CF83CBC7&FN=Guest&ILO=False&rn=&SSL=False&NB=False&F=CE83CBC6&SA=False&EA=; bishopmoorechs=SA=False&EA=&rn=&SSL=False&F=CE83CBC6&NB=False&II=&ILO=False&FN=Guest&TU=CF83CBC7&ln=&CA=CF83CBC7&TC=32804&AN=&AG=&Q=CF83CBC7&UA=Guest&AA=True; DS7322=LoginJumpBackTo=http%3A%2F%2Fwww%2Ebishopmoore%2Eorg%2Fbishopmoorechs%2Fguestaccount%2Flogin%2Easp Quote
dr0p Posted September 25, 2008 Posted September 25, 2008 Split into arrays by ";" "&" and "=" and then print it out. Quote
digip Posted September 25, 2008 Posted September 25, 2008 http://meyerweb.com/eric/tools/dencoder/ You an also do: java script:alert(unescape(document.cookie)); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.