hashcat Forum
hashcat keeps ending with "killed", what am I doing wrong? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html)
+--- Thread: hashcat keeps ending with "killed", what am I doing wrong? (/thread-4642.html)

Pages: 1 2


RE: hashcat keeps ending with "killed", what am I doing wrong? - DyOS - 09-01-2015

(08-31-2015, 11:37 PM)rico Wrote:
(08-31-2015, 11:26 PM)DyOS Wrote: Yea, I'm just not sure if I have enough memory to even open or manipulate the file.  I will give that a shot.

head -n5 /root/users.txt > /root/newuser5.txt

That will copy the first 5 lines ( -n5 ) from users.txt to a new file called newuser5.txt

I don't think that will use much memory. Or maybe in your case use -n1 (I assume hashes are one per line?) and use the new file in your command.

Thanks!


RE: hashcat keeps ending with "killed", what am I doing wrong? - epixoip - 09-01-2015

(08-31-2015, 10:45 PM)DyOS Wrote: how can I tell hashcat to only load X hashes?

man 1 split


RE: hashcat keeps ending with "killed", what am I doing wrong? - FlippingGerman - 09-12-2015

Should anyone still be wondering about this particular dump, take a look here. MD5 beats bcrypt cost 12 any day.

EDIT: Oh right, rico posted it yesterday.