  | 
	 | 
	  | 
 
 
    
        
          
              
                
                    
                      
                          
                            
                            
	
	
		  | 
		 | 
	 
	
		  | 
		IT Security and Insecurity Portal | 
	 
	 
	 | 
 
 
 
	  | 
	one hash | 
	  | 
 
 
	
	
		 Posted: Tue Apr 04, 2006 9:47 am | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| volwox |  
				| Beginner |  
				 
   |  
				 |  
				| Joined: Apr 04, 2006 |  
				| Posts: 2 |  
				 |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		
		
			can anybody help me about:
 
 
 
bb78a1f4d55a1afdefec937e9b625047 | 
		 
		  | 
	 
	
		 | 
	 
	  | 
 
	 | 
 
 
	
	
		 Posted: Wed May 10, 2006 6:05 pm | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| client |  
				| Beginner |  
				 
   |  
				 |  
				| Joined: May 10, 2006 |  
				| Posts: 3 |  
				 |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		
		
			016d5992130db7b74bad9dde1b35d1e0:be
 
315099fd1bb6ebdffb4144afa625f210:bb
 
 
Can anyone tell me what are these hashes and how if possible i can reverse them. They are from Zen Cart database.... | 
		 
		  | 
	 
	
		 | 
	 
	  | 
 
	 | 
 
 
  |   
	  | 
	 | 
	  | 
 
 
	
	
		 Posted: Thu May 11, 2006 12:05 pm | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| waraxe |  
				| Site admin |  
				 
   |  
				 |  
				| Joined: May 11, 2004 |  
				| Posts: 2407 |  
				| Location: Estonia, Tartu |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		
		
			 	  | client wrote: | 	 		  016d5992130db7b74bad9dde1b35d1e0:be
 
315099fd1bb6ebdffb4144afa625f210:bb
 
 
Can anyone tell me what are these hashes and how if possible i can reverse them. They are from Zen Cart database.... | 	  
 
 
From Zen Cart 1.3.0.1 source code:
 
 
 	  | Code: | 	 		  
 
////
 
// This function makes a new password from a plaintext password. 
 
 function zen_encrypt_password($plain) {
 
  $password = '';
 
 
  for ($i=0; $i<10; $i++) {
 
   $password .= zen_rand();
 
  }
 
 
  $salt = substr(md5($password), 0, 2);
 
 
  $password = md5($salt . $plain) . ':' . $salt;
 
 
  return $password;
 
 }
 
 | 	  
 
 
So the salt is randomly chosen 2 chars [a-f0-9] and md5 hash will be taken from concatenated salt and original password. So what you need, is salted hashes compatible md5 cracking program. | 
		 
		  | 
	 
	
		 | 
	 
	  | 
 
	 | 
 
 
  |   
	  | 
	 | 
	  | 
 
 
	
	
		 Posted: Sat May 13, 2006 2:42 pm | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| julia |  
				| Beginner |  
				 
   |  
				 |  
				| Joined: May 13, 2006 |  
				| Posts: 2 |  
				 |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		
		
			Hy everybody!
 
 
I would be grateful, if someone could crack this Hash for me:
 
 	  | Code: | 	 		  | 6566a400c18f5ae97cabacaacdd8b404 | 	  
 
I tryed a lot of online-cracker, but neither found this pass.
 
 
Thank you!
 
Bye: Julia | 
		 
		  | 
	 
	
		 | 
	 
	  | 
 
	 | 
 
 
	
	
		 Posted: Thu May 18, 2006 8:33 pm | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| hippo |  
				| Beginner |  
				 
   |  
				 |  
				| Joined: May 18, 2006 |  
				| Posts: 3 |  
				 |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		
		
			can any one crack these 3 hash..
 
 
i have try all online cracker..
 
 
 	  | Code: | 	 		  
 
4a3f6fb217d3183dbbd447a1411458a8
 
537ed0fb1cc5dcb524e7d90d6b2f94ae
 
1feed68db103f30ce68f6c6d58de875
 
 | 	  
 
 
thank u | 
		 
		  | 
	 
	
		 | 
	 
	  | 
 
	 | 
 
 
	
	
		 Posted: Fri May 19, 2006 6:23 am | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| v0rvii |  
				| Beginner |  
				 
   |  
				 |  
				| Joined: Jan 30, 2006 |  
				| Posts: 2 |  
				 |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		
		
			looking for this please  	  | Code: | 	 		  | 0a0cfedf7c3679da2f2feb48836b2ff5 | 	 
  | 
		 
		  | 
	 
	
		 | 
	 
	  | 
 
	 | 
 
 
	
	
		 Posted: Tue May 23, 2006 10:10 pm | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| ismailkagan |  
				| Regular user |  
				 
   |  
				 |  
				| Joined: May 04, 2006 |  
				| Posts: 14 |  
				 |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		
		
			hi master 
 
 
9e9524af7942ab2ca5efc37ea3738659
 
13993313d870d20710282dbd2ee4b571
 
14a8192aa6b9ba099d644c5512834a6a
 
9c32165b252bc57cdd0b6e55d4d514f7
 
e099209c299480d0cf03459206d245cc
 
 
can you add this md5 to plaintext.info ?
 
 
please help me | 
		 
		  | 
	 
	
		 | 
	 
	  | 
 
	 | 
 
 
	
	
		 Posted: Wed May 24, 2006 10:55 am | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| ToXiC |  
				| Moderator |  
				 
   |  
				 |  
				| Joined: Dec 01, 2004 |  
				| Posts: 181 |  
				| Location: Cyprus |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		
		
			 	  | hippo wrote: | 	 		  can any one crack these 3 hash..
 
 
i have try all online cracker..
 
 
 	  | Code: | 	 		  
 
4a3f6fb217d3183dbbd447a1411458a8
 
537ed0fb1cc5dcb524e7d90d6b2f94ae
 
1feed68db103f30ce68f6c6d58de875
 
 | 	  
 
 
thank u | 	  
 
 
MD5 hash: 1feed68db103f30ce68f6c6d58de875 resolves to:
 
2663cc167ae1628af3c8c9f83779f808 | 
		 
		  | 
	 
	
		
		
			 _________________ who|grep -i blonde|talk; cd~;wine;talk;touch;unzip;touch; strip;gasp;finger;gasp;mount; fsck; more; yes; gasp; umount; make clean; sleep;wakeup;goto http://www.md5this.com | 
		 
		  | 
	 
	  | 
 
	 | 
 
 
  |   
	  | 
	 | 
	  | 
 
 
	
	
		 Posted: Wed May 24, 2006 10:58 am | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| ToXiC |  
				| Moderator |  
				 
   |  
				 |  
				| Joined: Dec 01, 2004 |  
				| Posts: 181 |  
				| Location: Cyprus |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		
		
			 	  | ismailkagan wrote: | 	 		  hi master 
 
 
9e9524af7942ab2ca5efc37ea3738659
 
13993313d870d20710282dbd2ee4b571
 
14a8192aa6b9ba099d644c5512834a6a
 
9c32165b252bc57cdd0b6e55d4d514f7
 
e099209c299480d0cf03459206d245cc
 
 
can you add this md5 to plaintext.info ?
 
 
please help me | 	  
 
 
MD5 hash: 9c32165b252bc57cdd0b6e55d4d514f7 resolves to:
 
fuckyou2 | 
		 
		  | 
	 
	
		
		
			 _________________ who|grep -i blonde|talk; cd~;wine;talk;touch;unzip;touch; strip;gasp;finger;gasp;mount; fsck; more; yes; gasp; umount; make clean; sleep;wakeup;goto http://www.md5this.com | 
		 
		  | 
	 
	  | 
 
	 | 
 
 
	
	
		 Posted: Wed May 24, 2006 4:07 pm | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| xYz |  
				| Beginner |  
				 
   |  
				 |  
				| Joined: May 17, 2006 |  
				| Posts: 1 |  
				 |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		
		
			008d9fbb68cdcbbf8aec2979b5b06837
 
 
hi am from turkey 
 
 
can some body crack this md5 hash . thnks from now | 
		 
		  | 
	 
	
		 | 
	 
	  | 
 
	 | 
 
 
	
	
		 Posted: Wed May 24, 2006 4:54 pm | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| ismailkagan |  
				| Regular user |  
				 
   |  
				 |  
				| Joined: May 04, 2006 |  
				| Posts: 14 |  
				 |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		 | 
	 
	
		 | 
	 
	  | 
 
	 | 
 
 
	
	
		 Posted: Fri May 26, 2006 3:01 am | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| Torian |  
				| Regular user |  
				 
   |  
				 |  
				| Joined: May 26, 2006 |  
				| Posts: 8 |  
				 |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		
		
			hey guys!
 
 
i need help with one hash, ive submitted the other to plain-text
 
 
a4881b51e9ed945b253e834b20111b1c
 
 
many thanks and great work with the rainbow table thing you have going! | 
		 
		  | 
	 
	
		 | 
	 
	  | 
 
	 | 
 
 
	
	
		 Posted: Sat May 27, 2006 10:07 am | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| sygma |  
				| Regular user |  
				 
   |  
				 |  
				| Joined: Nov 21, 2004 |  
				| Posts: 7 |  
				 |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		
		
			hello, sorry for double posting this, but I need the plain text for:
 
1ae92a87e2102898ccc9ea09dcb27b35 | 
		 
		  | 
	 
	
		
		
			 _________________ [i]no word to save thee[/i] | 
		 
		  | 
	 
	  | 
 
	 | 
 
 
	
	
		 Posted: Sat May 27, 2006 11:43 am | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| Sub |  
				| Beginner |  
				 
   |  
				 |  
				| Joined: May 27, 2006 |  
				| Posts: 4 |  
				 |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		
		
			Could i have plain text for 
 
 
ae6bf8a64d644441ba7bb40632e956cc
 
5330dfd58582e127f19a35633c711155
 
 
thanks! | 
		 
		  | 
	 
	
		 | 
	 
	  | 
 
	 | 
 
 
	
	
		 Posted: Sat May 27, 2006 3:39 pm | 
		      | 
	   | 
 
	
	
		
		
			
			
				
				| valse |  
				| Beginner |  
				 
   |  
				 |  
				| Joined: May 27, 2006 |  
				| Posts: 4 |  
				 |  
				  | 
			 
			 
 
  | 
			  | 
		 
		
			  | 
			  | 
		 
		 
 
  | 
		
		
			Please...
 
 
bfd84a1a1c28dfaa1f49286fc7e09750
 
b54141bfcdcf6852ca6df3c4706a6301
 
7cd3b7278a08cb6e990ab181113fc37e
 
811a90f9fbaf754e3b54f727daa139f7
 
 
Thanks!!    | 
		 
		  | 
	 
	
		 | 
	 
	  | 
 
	 | 
 
 
	
	www.waraxe.us Forum Index -> MD5 hashes 
	
	
		
			You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum 
		 | 
		
			All times are GMT 
			Page 10 of 12
			Goto page  Previous1, 2, 3 ... 9, 10, 11, 12Next 
			
		 | 
	 
	 
	 | 
 
	| 
	 | 
 
 
  
Powered by phpBB © 2001-2008 phpBB Group
 
  
 
 
 | 
                           
                         
                         | 
                     
                    | 
               
              | 
         
       
       |