Posts: 7
	Threads: 2
	Joined: Apr 2013
	
	
 
	
	
		I'm working on distributing the stat processor for cluster using statsprocessor-0.08 
I think I am missing something on how --skip and --limit are supposed to work
I'm assuming the following command would start at the 4th generated password and then generate 4 more
sp32.exe --skip=4 --limit=4 hashcat.hcstat
but it appears to just keep generating passwords 
Thoughts? Ideas?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 100
	Threads: 2
	Joined: Mar 2012
	
	
 
	
	
		You have it right. I ran that on my machine with statsprocessor 0.09 and it works fine.
See if you can try the 64 bit binary.
If it's still an issue, maybe just wait until 0.09 is officially released.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 7
	Threads: 2
	Joined: Apr 2013
	
	
 
	
	
		Yeah, I'm getting the same issue with the 64 bit version in windows 
Is there an eta when 0.09 is slated for release?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		Due to massive changes in v0.09 there is no ETA yet. Have you tried limit=8 instead?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 4
	Threads: 1
	Joined: Sep 2013
	
	
 
	
		
		
		09-24-2013, 01:39 AM 
(This post was last modified: 09-24-2013, 01:39 AM by Firebug24k.)
		
	 
	
		Any news on how to make skip and limit work right?  They don't seem to function at all for me.  For example, using skip (linux):
Code:
root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):/mnt/hgfs/S/testpass# statsprocessor /usr/share/oclhashcat-plus/hashcat.hcstat ?a?a?a | wc -l
866495
root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):/mnt/hgfs/S/testpass# statsprocessor -s1 /usr/share/oclhashcat-plus/hashcat.hcstat ?a?a?a | wc -l
866494
root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):/mnt/hgfs/S/testpass# statsprocessor -s10 /usr/share/oclhashcat-plus/hashcat.hcstat ?a?a?a | wc -l
866485
root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):/mnt/hgfs/S/testpass# statsprocessor -s100 /usr/share/oclhashcat-plus/hashcat.hcstat ?a?a?a | wc -l
866400
root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):/mnt/hgfs/S/testpass# statsprocessor -s1000 /usr/share/oclhashcat-plus/hashcat.hcstat ?a?a?a | wc -l
866400
root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):/mnt/hgfs/S/testpass# statsprocessor -s10000 /usr/share/oclhashcat-plus/hashcat.hcstat ?a?a?a | wc -l
866400