Hashcat and Vast.ai
#10
(09-23-2023, 01:17 PM)lillee3377 Wrote: So, back at it. What the real problem seems to be is nothing is going into or showing up in my remote instance folder in WinSCP. When I start hashcat no files are created and no restore file appears in folder. So I'm just lost on where these files are going are at.

Try my setup instructions for vast: the docker image I use dceoy/hashcat

Quote:apt update && apt upgrade -y && aptĀ  dist-upgrade -y && apt autoremove -y && apt autoclean -y
git clone https://github.com/hashcat/hashcat.git
sudo apt install vim -y
cd hashcat
make install

Then copy your hash you reffered to as NewSeeMe_hash.tc to your clipboard
NOTE: this should probably be in $Truecrypt$etc format if you have extracted properly

vim hash.txt

click Insert then paste it into there, enter : and x to save and close it

now after exiting try this command with your hash

hashcat -a 3 -m 13733 hash.txt ?d?d?d?d -w 4 -O

Let me know if that solves any of your issues, I have no problems trying a variety of hashs using this setup and similar commands
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