06-06-2021, 01:26 PM
Does anybody know the correct command for cracking a hash file on windows cmd with live generating wordlist?(not saved wordlist), containing all numbers, letters and symbols, 8-16 characters..
This works but I'm not able to save the process..
crunch_win %pass% abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 | hashcat64 -m %mode% --potfile-disable -o output.txt "%hash%"
This works but I'm not able to save the process..
crunch_win %pass% abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 | hashcat64 -m %mode% --potfile-disable -o output.txt "%hash%"