1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 15:18:16 +00:00

tests: -m parameter description fixed

There was a problem within the description of -a and -m. -a currently does not allow a range, but -m does (e.g. -m 0-500).

Thanks
This commit is contained in:
philsmd 2019-03-08 15:44:49 +01:00 committed by GitHub
parent 8c47a947a1
commit 4b2e3b05f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2487,11 +2487,11 @@ OPTIONS:
-m Select hash type : -m Select hash type :
'all' => all hash type supported 'all' => all hash type supported
(int) => hash type integer code (default : 0) (int) => hash type integer code (default : 0)
(int)-(int) => hash type integer range
-a Select attack mode : -a Select attack mode :
'all' => all attack modes 'all' => all attack modes
(int) => attack mode integer code (default : 0) (int) => attack mode integer code (default : 0)
(int)-(int) => attack mode integer range
-x Select cpu architecture : -x Select cpu architecture :
'32' => 32 bit architecture '32' => 32 bit architecture