From 14684e111986485169bd6a1626113e7372d927f0 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 12 Dec 2022 19:14:52 +0100 Subject: [PATCH] fix typo --- 8-lowercase.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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