From 27f37685e9fc7557cacdc05b119769ef8e498f40 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 18 Jun 2025 07:16:36 -0600 Subject: [PATCH] workan on simplifying output --- bd_crack.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bd_crack.sh b/bd_crack.sh index 9c4b2ef..bcf7fae 100644 --- a/bd_crack.sh +++ b/bd_crack.sh @@ -47,4 +47,7 @@ else # if charset is not specified default to digit, upper alpha, lower alpha, a charset_formatted="?l?u?d?s" fi -sudo hashcat -a3 -m100 $1 -1 $charset_formatted "$2?1?1?1?1?1?1?1?1" --increment --increment-min=5 -O +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 "Done! Password will be in ${outfile}!" \ No newline at end of file