Passwords With spaces - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: Passwords With spaces (/thread-1913.html) |
Passwords With spaces - eljolot - 01-07-2013 Hi, Guys I was wondering How to use spaces with hashcat ? For example 587e0a3b613cb374e6a82d75d7ac5225ass word Is there any way to do it with masks or rules? RE: Passwords With spaces - undeath - 01-07-2013 space is not special to any other character RE: Passwords With spaces - eljolot - 01-07-2013 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 I guess All in my code is ok (01-07-2013, 12:36 AM)undeath Wrote: space is not special to any other character RE: Passwords With spaces - M@LIK - 01-07-2013 Read the error. The two dicts used in -a1 must not be empty. RE: Passwords With spaces - eljolot - 01-07-2013 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. RE: Passwords With spaces - atom - 01-08-2013 All your words have been rejected by the rules so that it created 0 keyspace. Try again without -k : |