workan on simplifying output

This commit is contained in:
2025-06-18 07:17:57 -06:00
parent 27f37685e9
commit da0be5172e
+1 -1
View File
@@ -49,5 +49,5 @@ fi
outfile="$2-$1-cracked.txt" outfile="$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 "$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 "$2-$1-cracked.txt"
echo "retcode: $?"
echo "Done! Password will be in ${outfile}!" echo "Done! Password will be in ${outfile}!"