hashcat Forum

Full Version: printing potfile founds??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
if you use --show, stuff like --gpu-temp-* is ignored and not needed