| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		Jorg hi I post too much
  Reputation: 7
  Joined: 24 Dec 2007 Posts: 2276 Location: Minnesota
  | 
		
			
				 Posted: Mon Nov 10, 2008 5:42 pm    Post subject: Brutle Forcer! <gets "7637865" password in 1Min | 
				       | 
			 
			
				
  | 
			 
			
				I created a program for fun and it was a brute forcer and I made it brute force a couple of numbers and it got the number "7637865" in just half a minute and I thought "I better change my password".
 
 
Well here is the download and try to test your password
 
but it can only be numbers.
 
 
PS. the program found the number in 4923375 trials
 
 
Press F8 to test a number.
 
Press Esc to exit.
 
 
<Update1 <Speeds up 5X faster>>
 
<Update2 <Timer Fixed, Handles 1,000,000,000 trials maximum!>>
 
 
Records!
 
10,000,000 Pass
 
184171447 Trails
 
1841.90 Seconds
	
  
	 
	
	 
 _________________
 CEF will always stay alive. 
  Last edited by Jorg hi on Fri Nov 14, 2008 7:11 pm; edited 9 times in total | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Overload Master Cheater
  Reputation: 0
  Joined: 08 Feb 2008 Posts: 293
 
  | 
		
			
				 Posted: Mon Nov 10, 2008 6:07 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				It didn't get either of my two passwords...
 _________________
 Blog
 
 
 	  | Quote: | 	 		  Rhys says:
 
you can be my maid
 
Rhys says:
 
ill buy you a french maid outfit
 
Tyler says:
 
Sounds good
 
Rhys says:
 
ill hold you to that | 	 
   | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Dark Byte Site Admin
  Reputation: 470
  Joined: 09 May 2003 Posts: 25807 Location: The netherlands
  | 
		
			
				 Posted: Mon Nov 10, 2008 7:48 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				it can't find the value 0
 _________________
 Do not ask me about online cheats. I don't know any and wont help finding them.
 
 
Like my help? Join me on Patreon so i can keep helping  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Darkcow45 Grandmaster Cheater
  Reputation: 0
  Joined: 24 Aug 2008 Posts: 879
 
  | 
		
			
				 Posted: Mon Nov 10, 2008 8:14 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				try getting it to do letters too and itll be godly. xD
 _________________
 Courage is the magic that turns dreams into reality.  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		nog_lorp Grandmaster Cheater
  Reputation: 0
  Joined: 26 Feb 2006 Posts: 743
 
  | 
		
			
				 Posted: Mon Nov 10, 2008 9:04 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Note: the reason brute forcing normally takes time is because:
 
A) it doesn't have access to the plaintext password to compare to, it has to run it through a hash function and compare hashes, which takes alot more time.
 
or
 
B) it doesn't have access to the password at all, and has to input it to a web application and parse the response, which takes WAY more time.
 _________________
 Mutilated lips give a kiss on the wrist of the worm-like tips of tentacles expanding in my mind
 
I'm fine accepting only fresh brine you can get another drop of this yeah you wish  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Jorg hi I post too much
  Reputation: 7
  Joined: 24 Dec 2007 Posts: 2276 Location: Minnesota
  | 
		
			
				 Posted: Tue Nov 11, 2008 3:28 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | Overload wrote: | 	 		  | It didn't get either of my two passwords... | 	  
 
 
 
What were your passwords?
 _________________
 CEF will always stay alive.  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Overload Master Cheater
  Reputation: 0
  Joined: 08 Feb 2008 Posts: 293
 
  | 
		
			
				 Posted: Tue Nov 11, 2008 3:33 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | Jorg hi wrote: | 	 		   	  | Overload wrote: | 	 		  | It didn't get either of my two passwords... | 	  
 
 
 
What were your passwords? | 	  
 
Haha nice try. But its only letters and 4 numbers.
 _________________
 Blog
 
 
 	  | Quote: | 	 		  Rhys says:
 
you can be my maid
 
Rhys says:
 
ill buy you a french maid outfit
 
Tyler says:
 
Sounds good
 
Rhys says:
 
ill hold you to that | 	 
   | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Jorg hi I post too much
  Reputation: 7
  Joined: 24 Dec 2007 Posts: 2276 Location: Minnesota
  | 
		 | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		nog_lorp Grandmaster Cheater
  Reputation: 0
  Joined: 26 Feb 2006 Posts: 743
 
  | 
		
			
				 Posted: Wed Nov 12, 2008 6:04 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				So... it takes a number... and uses that number to guess the number? Also, why "value * 10", it can always be guessed in "value + 1" tries.
 _________________
 Mutilated lips give a kiss on the wrist of the worm-like tips of tentacles expanding in my mind
 
I'm fine accepting only fresh brine you can get another drop of this yeah you wish  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Noz3001 I'm a spammer
  Reputation: 26
  Joined: 29 May 2006 Posts: 6220 Location: /dev/null
  | 
		
			
				 Posted: Wed Nov 12, 2008 6:09 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				| Doesn't work. Always says my password is 0, which is isn't.
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Jorg hi I post too much
  Reputation: 7
  Joined: 24 Dec 2007 Posts: 2276 Location: Minnesota
  | 
		 | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Noz3001 I'm a spammer
  Reputation: 26
  Joined: 29 May 2006 Posts: 6220 Location: /dev/null
  | 
		
			
				 Posted: Thu Nov 13, 2008 3:38 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				| I used numbers only. Try a 10 digit number and it doesn't work.
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Jorg hi I post too much
  Reputation: 7
  Joined: 24 Dec 2007 Posts: 2276 Location: Minnesota
  | 
		
			
				 Posted: Thu Nov 13, 2008 3:45 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | noz3001 wrote: | 	 		  | I used numbers only. Try a 10 digit number and it doesn't work. | 	  
 
 
It 'works' just takes time ...... try 6 digit.
 
 
Ps... Read it took me 1 min to get a 7 digit number so.... 10 minutes to get 8 digit and 100 minutes to get 9 digit and 1000 minutes to get 10 digit
 
at estamate....
 
 
What you think this is going to be wicked fast?
 _________________
 CEF will always stay alive. 
  Last edited by Jorg hi on Thu Nov 13, 2008 3:55 pm; edited 1 time in total | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Noz3001 I'm a spammer
  Reputation: 26
  Joined: 29 May 2006 Posts: 6220 Location: /dev/null
  | 
		
			
				 Posted: Thu Nov 13, 2008 3:54 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | Jorg hi wrote: | 	 		   	  | noz3001 wrote: | 	 		  | I used numbers only. Try a 10 digit number and it doesn't work. | 	  
 
 
It 'works' just takes time ...... try 6 digit.
 
 
Ps... Read it took me 1 min to get a 7 digit number so.... 10 minutes to get 8 digit and 100 minutes to get 9 digit and 1000 minutes to get 10 digit
 
at estamate....
 
Learn Math...  
 
 
What you think this is going to be wicked fast? | 	  
 
 
 No, it takes 0 seconds and tells me my password is 0.
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Jorg hi I post too much
  Reputation: 7
  Joined: 24 Dec 2007 Posts: 2276 Location: Minnesota
  | 
		
			
				 Posted: Thu Nov 13, 2008 3:56 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Lol your using the old version?
 
 
I updated it today?
 _________________
 CEF will always stay alive.  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		 |