Posts: 3
	Threads: 1
	Joined: Oct 2015
	
	
 
	
		
		
		10-17-2015, 10:51 AM 
(This post was last modified: 10-17-2015, 02:28 PM by jamaldd.)
		
	 
	
		hi.
Please tell me how to cracking md5 passwords with has special characters ( like @) ?
I did test for myself and generate one hash ( asd12@ ). But couldn't crack it.
Thanks
	
	
	
	
	
 
 
	
	
	
		
	Posts: 3
	Threads: 1
	Joined: Oct 2015
	
	
 
	
	
		is not there anyone can help me ?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 83
	Threads: 7
	Joined: Jan 2013
	
	
 
	
	
		plz read 
https://hashcat.net/wiki/doku.php?id=oclhashcat
plz take a look at :
* Built-in charsets:
   ?l = abcdefghijklmnopqrstuvwxyz
   ?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ
   ?d = 0123456789
   ?s =  !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
   ?a = ?l?u?d?s
   ?b = 0x00 - 0xff
	
 
 
	
	
	
		
	Posts: 3
	Threads: 1
	Joined: Oct 2015
	
	
 
	
	
		 (10-18-2015, 10:34 AM)Szulik Wrote:  plz read https://hashcat.net/wiki/doku.php?id=oclhashcat
plz take a look at :
* Built-in charsets:
  ?l = abcdefghijklmnopqrstuvwxyz
  ?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ
  ?d = 0123456789
  ?s =  !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
  ?a = ?l?u?d?s
  ?b = 0x00 - 0xff
I did, But i want see an example for this.
I dont where know use switch command ?
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010