From da0be5172e02e4ad61d62632b172f39b6ca6da7c Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 18 Jun 2025 07:17:57 -0600 Subject: [PATCH] workan on simplifying output --- bd_crack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bd_crack.sh b/bd_crack.sh index bcf7fae..9a48923 100644 --- a/bd_crack.sh +++ b/bd_crack.sh @@ -49,5 +49,5 @@ fi 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" - +echo "retcode: $?" echo "Done! Password will be in ${outfile}!" \ No newline at end of file