Hashcat and Vast.ai
#8
(09-21-2023, 10:40 PM)lillee3377 Wrote:
(09-20-2023, 11:33 PM)Cmd2002 Wrote:
(09-20-2023, 11:06 PM)lillee3377 Wrote:
(09-20-2023, 11:57 AM)Cmd2002 Wrote: If your on linux then try looking in the potfile, heres the command:

cd /root/.local/share/hashcat
sudo apt install vim -y
vim hashcat.potfile

How do I turn the potfile on because it says it's off or disabled when I put in my above commands.

Give me a bit more context on what u want to do with this command
Quote:hashcat -a 3 -m 13733 NewSeeMe_hash.tc -o found.txt --outfile-format=1,2 ?d?d?d?d

I cant see a mask and -o usually just outputs whatever the passwords are? Im a bit confused

The mask is ?d?d?d?d, and that's what I'm trying to do is see the password after it recovered, but it's not showing it. And the file isn't being output for me to see. So I'm trying to figure this out on my test file before I run the file I really need to recover.

Hashcat will normally print any cracked hashs to the potfile in the location I mentioned above, should also display the cracked ones in the GUI, try your command like this:

hashcat -a 3 -m 13733 NewSeeMe_hash.tc ?d?d?d?d -w 4 -O

If it cracks the 4 digit password for the hash it should go to potfile, maybe the output commands were messing with that
Reply


Messages In This Thread
Hashcat and Vast.ai - by lillee3377 - 09-20-2023, 01:19 AM
RE: Hashcat and Vast.ai - by ly88888 - 09-20-2023, 03:05 AM
RE: Hashcat and Vast.ai - by lillee3377 - 09-20-2023, 04:27 AM
RE: Hashcat and Vast.ai - by Cmd2002 - 09-20-2023, 11:57 AM
RE: Hashcat and Vast.ai - by lillee3377 - 09-20-2023, 11:06 PM
RE: Hashcat and Vast.ai - by Cmd2002 - 09-20-2023, 11:33 PM
RE: Hashcat and Vast.ai - by lillee3377 - 09-21-2023, 10:40 PM
RE: Hashcat and Vast.ai - by Cmd2002 - 09-22-2023, 09:58 AM
RE: Hashcat and Vast.ai - by lillee3377 - 09-23-2023, 01:17 PM
RE: Hashcat and Vast.ai - by Cmd2002 - 09-23-2023, 03:44 PM
RE: Hashcat and Vast.ai - by Rannek - 10-26-2023, 03:14 AM