Accell
#1
Ive had acxell say 4096 and like 16000 but cant get it to only exact same instance
Reply
#2
To test a single exact input in Hashcat, use:

bash
echo "yourpassword" | hashcat -a 0 -m <mode> <hash> --stdin

Or for masks:

bash
hashcat -a 3 -m <mode>block blast adventure<hash> test?l?l?l?l --skip=X --limit=1

Replace `X` with the candidate index. This runs just one guess at a time. Let me know your mask or hash mode for specifics.
Reply