Posts: 88
Threads: 16
Joined: Nov 2012
Hi, Guys I was wondering How to use spaces with hashcat ?
For example
587e0a3b613cb374e6a82d75d7ac5225
ass word
Is there any way to do it with masks or rules?
Posts: 2,301
Threads: 11
Joined: Jul 2010
space is not special to any other character
Posts: 88
Threads: 16
Joined: Nov 2012
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
Posts: 414
Threads: 14
Joined: Mar 2012
Read the error.
The two dicts used in -a1 must not be empty.
Posts: 88
Threads: 16
Joined: Nov 2012
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.
Posts: 5,185
Threads: 230
Joined: Apr 2010
All your words have been rejected by the rules so that it created 0 keyspace. Try again without -k :