PDA

View Full Version : Help me with cookie decryption



evilopinions
12-09-2005, 01:52 PM
Can any one help me with decrypting a cookie !

I am trying to exploit the yahoo cookie bug that I have recently found..

If only I can decipher the cookie..

Plz help urgently

SyntaXmasteR
12-09-2005, 04:57 PM
evilopinions

I'm not "Completely" Finished with my decryptor/encryptor coded from scratch but you can play with it and see if you find any patterns.

http://www.boninroad.com/tools/converter2.php

The cookie value might be a MD5 hash which is impossible to reverse engineer unfortunately. http://www.spitzner.net/md5.html

evilopinions
12-10-2005, 01:43 AM
Teach me to use that tool !

SyntaXmasteR
12-10-2005, 10:17 AM
Decryptor/Encryptor

This is my first time playing with number systems so i decided to write this tool that encrypts/decrypts * String(No White Space ASCII*2) The string can be decimal,binary,base*2,base64,text. If you dont know about BASE number systems i would definately read up on this before using this. After im finished this i will be writing another one that does the same thing for any text, paragraph, etc. To use the tool you input a string in the top blank. You select what the strings current base is with the first dropdown box and select what you would like to translate it into with the second dropdown box. You then hit submit and it will show you the results.

Like i said im not completely finished because i wrote this from scratch and some things are still a little b***y but for the most part it works. I am also writing my own algorithm to encrypt and decrypt passwords. It will appear as a selection when im finished also. Its open for s***estions...

evilopinions
12-11-2005, 09:22 AM
That is just wonderful.

I found a few mistakes in reverse decryption but it is amazing !

You wrote it real good !

Keep up the good work !

SyntaXmasteR
12-12-2005, 10:38 AM
I nested a few if statements using my wonderful dyslexic brain ~ when i get time to work on it some more i will fix all the little mistakes. I'll repost when its ready to go~

carlo
12-12-2005, 01:24 PM
How about this tool.

Its called cookie decoder pro. GET IT HERE (http://cookielogger.t*5.com/CookieDecoderPro.zip)

Try it its kinda cool.


Carlo

SyntaXmasteR
12-12-2005, 04:36 PM
Everything that i have coded should work right. Please let me know if something doesnt convert right and post the example here.

PS: WHITE SPACE = Decimal Value *2 = BINARY *00000.... white space will make a difference in the conversion equations~