Posts: 13
	Threads: 3
	Joined: Aug 2012
	
	
 
	
	
		Finally found:
http://hashcat.net/wiki/mask_attack
Quote:Optimized due its partially reverse algorithms, password candidates are generated in the following order:
aaaaaaaa
aaaabaaa
aaaacaaa
.
.
.
aaaaxzzz
aaaayzzz
aaaazzzz
baaaaaaa
baaabaaa
baaacaaa
.
.
.
baaaxzzz
baaayzzz
baaazzzz
.
.
.
zzzzzzzz
	 
 
	
	
	
		
	Posts: 2,935
	Threads: 12
	Joined: May 2012
	
	
 
	
	
		You can also use attack mode 6 (dict + mask) with oclhashcat-plus and use the salts as a dictionary.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		new plus will support generic md5(salt.pass)
	
	
	
	
	
 
 
	
	
	
		
	Posts: 13
	Threads: 3
	Joined: Aug 2012
	
	
 
	
	
		Thx... and you can guide the timing of the release of new version?
I would also like to become a beta tester, if possible
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		Become a beta-tester is OK, all you need to do is to send me a test-plan. This ensures you are not trying to become a beta-tester so you have the new algorithms earlier. Otherwise just wait for the new release.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 13
	Threads: 3
	Joined: Aug 2012
	
	
 
	
		
		
		08-10-2012, 08:22 PM 
(This post was last modified: 08-10-2012, 09:30 PM by d0znpp.)
		
	 
	
		And what about ordering? 
Test case
Code:
md5(str_repeat('a',16))=='23ca472302f49b3ea5592b146a312da0'
Testing
Code:
./oclHashcat-lite64.bin -m 0 23ca472302f49b3ea5592b146a312da0 -1 abcde ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-min 16 -s 120544432500
false (pass not found)
./oclHashcat-lite64.bin -m 0 23ca472302f49b3ea5592b146a312da0 -1 abcde ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-min 16 -s 120544432499
true (pass found)
What about wiki? It is wrong as i see:
Quote:Optimized due its partially reverse algorithms, password candidates are generated in the following order:
aaaaaaaa
aaaabaaa
aaaacaaa
.
.
.
aaaaxzzz
aaaayzzz
aaaazzzz
baaaaaaa
baaabaaa
baaacaaa
.
.
.
baaaxzzz
baaayzzz
baaazzzz
.
.
.
zzzzzzzz
Fuzzing 

 table:
Code:
pass                       pos
aaaaaaaaaaaaaaab   90026854375
aaaaaaaaaaaabaaa   116638182500
aaaaaaaacaaaaaaa   120537791875
aaaaaaaabaaaaaaa   120538182500
aaaaaaaaaaaaaaaa   120544432500
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		will latest version markov kicked in and changed everything. you can try --markov-disable. the wiki needs to be updated, that is true
	
	
	
	
	
 
 
	
	
	
		
	Posts: 13
	Threads: 3
	Joined: Aug 2012
	
	
 
	
		
		
		08-10-2012, 09:32 PM 
(This post was last modified: 08-10-2012, 09:39 PM by d0znpp.)
		
	 
	
		 (08-10-2012, 09:22 PM)atom Wrote:  will latest version markov kicked in and changed everything. you can try --markov-disable. the wiki needs to be updated, that is true
and what is order with the --markov-disable option?
Because aaaaaaaaaaaaaaaa is not first in order, but 625 
AND (!!!) 152587890255 . Why?!
Code:
./oclHashcat-lite64.bin -m 0 23ca472302f49b3ea5592b146a312da0 -1 abcde ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-min 16 --markov-disable -s 624
oclHashcat-lite v0.10 by atom starting...
Password lengths range: 16 - 55
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: Cayman, 1024MB, 830Mhz, 24MCU
Device #2: Cayman, 1024MB, 830Mhz, 24MCU
                                    
23ca472302f49b3ea5592b146a312da0:aaaaaaaaaaaaaaaa
Status.......: Cracked
Hash.Target..: 23ca472302f49b3ea5592b146a312da0
Hash.Type....: MD5
Time.Running.: 0 secs
Time.Left....: 17 secs
Plain.Mask...: ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1
Plain.Text...: ****ccaeaaaaaaaa
Plain.Length.: 16
Progress.....: 125829120/152587890625 (0.08%)
Code:
./oclHashcat-lite64.bin -m 0 23ca472302f49b3ea5592b146a312da0 -1 abcde ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 --pw-min 16 --markov-disable -s 152587890255
oclHashcat-lite v0.10 by atom starting...
Password lengths range: 16 - 55
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: Cayman, 1024MB, 830Mhz, 24MCU
Device #2: Cayman, 1024MB, 830Mhz, 24MCU
                                    
23ca472302f49b3ea5592b146a312da0:aaaaaaaaaaaaaaaa
Status.......: Cracked
Hash.Target..: 23ca472302f49b3ea5592b146a312da0
Hash.Type....: MD5
Time.Running.: 0 secs
Time.Left....: 0 secs
Plain.Mask...: ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1
Plain.Text...: ****abacaaaaaaaa
Plain.Length.: 16
Progress.....: 152587890256/152587890625 (100.00%)
 
	
	
	
	
 
 
	
	
	
		
	Posts: 105
	Threads: 23
	Joined: Apr 2012
	
	
 
	
	
		 (08-06-2012, 02:02 PM)atom Wrote:  new plus will support generic md5(salt.pass)
Great news, thanks atom! Does this include the sha families as well? I've been needing a sha256(salt.pass) for a while so this would be awesome whenever it comes.
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		yes 
