hashcat Forum
printing potfile founds?? - 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: printing potfile founds?? (/thread-4718.html)



printing potfile founds?? - tibit - 10-07-2015

Hi all,

Probably allready asked, but didn't find it searching the forum.

What code should I use to "only" write (print) down the founds allready in the potfile when working on a new hashlist in hashcat and oclhashcat.

thank you

tibit


RE: printing potfile founds?? - tibit - 10-07-2015

After trying some codes, noticed that we have to give the session the same name as the potfile. Next code worked for me:
I made a test.pot in my oclhashcat map.

oclHashcat64.exe -a 0 -m 0 --session=test --show -o "F:\hashes_found.txt" -w 2 --gpu-temp-abort=80 "F:\list\hashes.txt"

If there could be improvement to this code, please, let me know

tibit


RE: printing potfile founds?? - atom - 10-08-2015

if you use --show, stuff like --gpu-temp-* is ignored and not needed