hashcat Forum
Hashing a dic and adding it to POT - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: General Talk (https://hashcat.net/forum/forum-33.html)
+--- Thread: Hashing a dic and adding it to POT (/thread-3552.html)



Hashing a dic and adding it to POT - giveen - 07-21-2014

Is there a time benefit to hashing my common password dictionary and adding the results to my pot file?


RE: Hashing a dic and adding it to POT - atom - 07-21-2014

well, for salted hashes you lack the salt, so it won't work here.

for unsalted hashes i think there will be some point where it's faster to crack them.

but for unsalted hashes, you should use rainbow tables, since they do the same but are more efficient in storing and lookup.


RE: Hashing a dic and adding it to POT - giveen - 07-21-2014

thanks, atom, that was kinda what I was looking for, just trying to discern if looking up in the rainbow table is faster.

I was mainly thinking of my sha1 and md5 only.


RE: Hashing a dic and adding it to POT - giveen - 07-21-2014

Okay, now my results are not outputting to a file. It says its found from my pot X amount, but I do not see them in the output file.


RE: Hashing a dic and adding it to POT - undeath - 07-21-2014

to show cracked hashes use --show


RE: Hashing a dic and adding it to POT - giveen - 07-21-2014

Even when using -o ? They seem to conflict.


RE: Hashing a dic and adding it to POT - giveen - 07-21-2014

Here is what I am seeing

Code:
oclHashcat64.exe -a 0 -m 0 -p : --session=all --force -o "D:\output\1405957334849_found.txt" --outfile-format=3 -n 32 -u 128 --gpu-temp-disable -r "D:\rules\1.giveen_combo.rule" "D:\hashes\1405957334849.txt" "D:\dict\The_New_New_Best_Dict.txt"


http://pastebin.com/c6RAtww8

My command is correct, pot file says it found X amount, but nothing is outputted into the text file.


RE: Hashing a dic and adding it to POT - giveen - 07-21-2014

Weird, just tried another file and it worked just fine.


RE: Hashing a dic and adding it to POT - giveen - 07-21-2014

So its working for some files and not others.