(--username) Can't figure it out - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip (https://hashcat.net/forum/forum-28.html) +--- Thread: (--username) Can't figure it out (/thread-3553.html) |
(--username) Can't figure it out - Sleet - 07-21-2014 I have tried to find an example of this being used but can't seem to track one down. This is how the hash looks. username,4738473842894985 in /root/test.txt (hash example is me hitting random keys) My input is all kinds of variations of this cudahashcat -m 0 --username /root/test.txt /root/rockyou.txt -o /root/pleasehelpme.txt I have moved the --username all over the place and just get No Hashes found and length errors. What am I doing wrong? RE: (--username) Can't figure it out - undeath - 07-21-2014 delimiter is ":", not "," RE: (--username) Can't figure it out - Sleet - 07-24-2014 (07-21-2014, 07:35 PM)undeath Wrote: delimiter is ":", not "," Perfect, thank you. |