From f65880c32f81a01967e7ff577e6763246287016d Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 18 Jun 2025 07:53:34 -0600 Subject: [PATCH] more bug fix lol --- bd_crack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bd_crack.sh b/bd_crack.sh index 27265a0..f4329b7 100644 --- a/bd_crack.sh +++ b/bd_crack.sh @@ -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 -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 if [ $retcode -eq 0 ]; then # check if hashcat exited with a 0 meaning successful crack\