hashcat Forum

Full Version: Where's potfile?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where's can i find pot file on ubuntu?
~/.hashcat/
can't find it there..
is it enabled by default?
Does that directory exist? The potfile is only created after at least one hash has been cracked successfully.
(04-10-2019, 11:48 PM)undeath Wrote: [ -> ]Does that directory exist? The potfile is only created after at least one hash has been cracked successfully.

The directory does exist but no potfile there. Cracked over a million of hashes already and hashcat removes already cracked hashes
can i create it or something?
bump
"*.pot" search gives 0 results
Try "*.potfile"
[quote =“ thomasfinch” pid ='44398'dateline ='1554907662']
我在哪里可以找到Ubuntu上的锅文件?
[/引用]

I think you may have entered the wrong directory. It should be noted that the input folder is not the hashcat floder opened after decompression, but is placed in the hidden ".hashcat" floder under the personal account on thre home page.
Such as /home/xxx/.hashcat
For Ubuntu try, ~/.local/share/hashcat/hashcat.potfile for previously cracked passwords

To convert a SSID from Hex try, echo "hex-from-field-before-cracked-pass" | xxd -r -p

Will anyone want to post a script that converts all the SSIDs in the file?

-FTW