(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