printing potfile founds??
#1
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
#2
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
#3
if you use --show, stuff like --gpu-temp-* is ignored and not needed