Passwords With spaces
#1
Hi, Guys I was wondering How to use spaces with hashcat ?

For example
587e0a3b613cb374e6a82d75d7ac5225Tongueass word

Is there any way to do it with masks or rules?
#2
space is not special to any other character
#3
I was trying to that with rules using this code

Code:
./oclHashcat-plus32.bin -a 1 -m 0   '/root/Downloads/32_hex_7_days.txt'  '/pentest/passwords/wordlists/rockyou.txt'       '/root/Desktop/3ultsorted.txt'    --outfile-format=3  --remove  --outfile=/root/Desktop/founded.txt -j "i4 " -k :

But I got this error
Code:
Generated dictionary stats for /root/Desktop/3ultsorted.txt: 39389 bytes, 9848 words, 0 keyspace                    
/root/Desktop/3ultsorted.txt: empty file

I guess All in my code is ok
(01-07-2013, 12:36 AM)undeath Wrote: space is not special to any other character
#4
Read the error.
The two dicts used in -a1 must not be empty.
#5
But is not empty you see ? there says 9848 words.

only works when I use -j "i3 " but with -j "i4 " says that error.

(01-07-2013, 07:22 PM)M@LIK Wrote: Read the error.
The two dicts used in -a1 must not be empty.
#6
All your words have been rejected by the rules so that it created 0 keyspace. Try again without -k :