line length exception - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: line length exception (/thread-2623.html) |
line length exception - jb_bak - 09-13-2013 Hmm...whats wrong with this MD5 PHP BB3 hash? Code: root@XX:~/oclHashcat-plus-0.15# ./oclHashcat-plus64.bin -a 3 -n 800 --gpu-loops 1024 -m 400 --force -1 ?u?l?s?d $H$9dXXXXG7IicXXXXXXmaskXXXXXXL4GE/ ?1?1?1?1?1?1?1?1?1?1 -o result.txt RE: line length exception - atom - 09-13-2013 You forgot to quote, so the $ in shell gets interpreted as variable. However, you posted that hash unmasked, which is strictly against forum rules, so take off for a week RE: line length exception - jb_bak - 09-21-2013 nano wordpress.txt Code: '$P$B5zOW1XXXXXXXXXXXXj4gtkFo5POgs1' root@jb:~/oclHashcat-plus-0.15# ./oclHashcat-plus64.bin -n 800 --gpu-loops 1024 -m 400 --force -1 ?u?l?s?d /root/oclHashcat-plus-0.15/wordpress.txt ?u?1?1?1?1?1?1?1?d?d -o money.txt Code: WARNING: Hashfile '/root/oclHashcat-plus-0.15/wordpress.txt' in line 1 ('$P$B5zOW1XXXXXXXXXXXXXXgtkFo5POgs1' ): Line-length exception RE: line length exception - The Mechanic - 09-21-2013 If you place the hash into the command line must put quote around it, inside file just need the hash RE: line length exception - jb_bak - 09-22-2013 Yes tried both ways, it won't work with or without quotes in the file, but if I use any of the hashes on the command line with quotes, they work! That is what I can't figure out. Fine on the command line, but line length error when I multiple hashes via the file. RE: line length exception - atom - 09-23-2013 see wiki example page for correct phpass example. they have always the same length RE: line length exception - secrplus4-2 - 10-23-2014 I am very new to this. Have a couple of files to de-crypt. From old Programme SecurityPlus!ver 4.3- When trying to crack the hashes I get the following error. "line length exception: Command line I am using ;; \hashcat47cpu>hashcat-cli64.exe -m 0 -a 3 -o G:\cracked.txt G:\hash.txt G:\wordlists " using os Win 8 64bit" Can you advise what I am doing incorrectly. Thanks. RE: line length exception - epixoip - 10-24-2014 why are you reviving and hijacking an irrelevant thread that died over a year ago? |