From dc9d39438a308607bad421e7877aa7325d52c40b Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 12 Dec 2022 18:29:09 +0100 Subject: [PATCH] fix combinate attack --- combinate-1000-most-used.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/combinate-1000-most-used.sh b/combinate-1000-most-used.sh index b5c6e7e..2615ad4 100755 --- a/combinate-1000-most-used.sh +++ b/combinate-1000-most-used.sh @@ -1,2 +1,2 @@ #/usr/bin/env sh -hashcat –m 0 –a 1 bfield.hash 1-1000.txt +hashcat -a 1 -m 0 bfield.hash 1-1000.txt