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