diff --git a/8-lowercase.sh b/8-lowercase.sh index 0823c41..62a1e35 100755 --- a/8-lowercase.sh +++ b/8-lowercase.sh @@ -1,2 +1,2 @@ #/usr/bin/env sh -hashcat -a 3 -m 0 bfield.hash '?l?l?l?l?l?l?l?l' -o cracked-8-lowecase.txt +hashcat -a 3 -m 0 bfield.hash '?l?l?l?l?l?l?l?l' -o cracked-8-lowercase.txt