Help with real 1
So far i have found the 2 files and read in night shadow's article http://www.hellboundhackers.org/readarticle.php?article_id=70 that we have to use inline javascript injection and gives us the following code javascript:void(document.cookie="username=administrator");javascript:void(document.cookie="password=1234abcd);javascript:alert(document.cookie) now i think were supposed to edit it like where document.cookie is fill in the place where the cookie is or ?…I dunno im confused.:(
Yea i tried it the way Nights Shadows said.. each cmd seperately and i pressed enter for each one.. then i Refreshed the page and nothing happened.. the thing is when i do my last cmd: javascript:alert(document.cookie="authId=4601420"); A window pops up saying AuthID=4601420… But nothing popped up for the other cmds… Maybe Im still doing something wrong??