more bug fix lol

This commit is contained in:
2025-06-18 07:53:34 -06:00
parent f5a91383c6
commit f65880c32f
+1 -1
View File
@@ -58,7 +58,7 @@ fi
outfile="$2-$1-$(date +"%d-%m-%Y-%H%M")-cracked.txt" # using a fookin outfile because da hashcat.potsmoke or whatever the fuck is stupid outfile="$2-$1-$(date +"%d-%m-%Y-%H%M")-cracked.txt" # using a fookin outfile because da hashcat.potsmoke or whatever the fuck is stupid
sudo hashcat -a3 -m100 $1 -1 $charset_formatted "$2?1?1?1?1?1?1?1?1" --increment --increment-min=5 -O -o "$2-$1-cracked.txt" sudo hashcat -a3 -m100 $1 -1 $charset_formatted "$2?1?1?1?1?1?1?1?1" --increment --increment-min=5 -O -o "$outfile"
retcode=$? # jus gettin da return code from hashcat rq retcode=$? # jus gettin da return code from hashcat rq
if [ $retcode -eq 0 ]; then # check if hashcat exited with a 0 meaning successful crack\ if [ $retcode -eq 0 ]; then # check if hashcat exited with a 0 meaning successful crack\