Posts: 38
	Threads: 7
	Joined: Jan 2014
	
	
 
	
		
		
		03-24-2014, 05:29 AM 
(This post was last modified: 03-24-2014, 05:45 AM by fonzy35.)
		
	 
	
		Is there any way that we can see password being generated using rules,brute force,mask etc... for wpa-wpa2?
It just to see if i'm getting the right rules, mask.. etc
I'm trying to make rules of my own..
Is there a switch like verbose --vv for windows version oclHascat64.exe?
By the way thank you very much for oclHashcat, very helpful programs
TIA
	
	
	
	
	
 
 
	
	
	
		
	Posts: 803
	Threads: 135
	Joined: Feb 2011
	
	
 
	
	
		You can use the tool maskprocessor to see your generated words in output.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2,935
	Threads: 12
	Joined: May 2012
	
	
 
	
	
		--stdout with hashcat-cli
	
	
	
	
	
 
 
	
	
	
		
	Posts: 38
	Threads: 7
	Joined: Jan 2014
	
	
 
	
		
		
		03-25-2014, 11:55 PM 
(This post was last modified: 03-25-2014, 11:59 PM by fonzy35.)
		
	 
	
		Thanks guys, i try the --stdout with hashcat-cli32.exe and i'm able to see the outcome..
I thought with combination mode (2 word lists) I was suppose to get all 
combination possible from the first word list combine with the second words list.
But it's not what's happening ,It take the first word list and combine it with itself then same thing with the second word list it combine with itself.
First word list content:
cindy
julie
marie
Second word list content:
1
2
3
my result --stdout:
cindycindy
cindyjulie
cindymarie
juliecindy
juliejulie
juliemarie
mariecindy
mariejulie
mariemarie
11
12
13
21
22
23
31
32
33
What command should i use to combine the 2 word lists together?
like to have for output:
cindy1
cindy2
cindy3
julie1
julie2
julie3
marie1
marie2
marie3
TIA
I usualy use the GPU with oclHascat64.exe
	
	
	
	
	
 
 
	
	
	
		
	Posts: 352
	Threads: 3
	Joined: May 2010
	
	
 
	
	
		For now hashcat-cli only combines the words in a wordlist with themselves while oclHashcat combines the words from 2 different wordlists,
Note that you can also use combinator from 
hashcat-utils (which is basically a standalone version of the oclHashcat combinator attack)
	
 
 
	
	
	
		
	Posts: 38
	Threads: 7
	Joined: Jan 2014
	
	
 
	
	
		Ok thanks.. I try the --stdout in oclHascat64.exe, but i get error
--stdout work well in  hashcat-cli.
Thanks for the info guys
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		oclHashcat does not support --stdout