hashcat Forum

Full Version: Passwords With spaces
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
space is not special to any other character
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
Read the error.
The two dicts used in -a1 must not be empty.
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.
All your words have been rejected by the rules so that it created 0 keyspace. Try again without -k :