소스 검색

help text fix for -m 9900 = Radmin2

philsmd 10 년 전
부모
커밋
a7d97e8bbf
2개의 변경된 파일7개의 추가작업 그리고 3개의 파일을 삭제
  1. 6 2
      docs/changes.txt
  2. 1 1
      src/hashcat-cli.c

+ 6 - 2
docs/changes.txt

@@ -20,16 +20,20 @@ file.: Host
 desc.: Fixed the output of attack mode -a 4 (permutation attack)
 issue: 36
 
-type.: bug
+type.: Bug
 file.: Host
 desc.: Implemented a fix for the final output for attack mode -a 5 (table lookup attack)
 issue: 37
 
-type.: bug
+type.: Bug
 file.: Host
 desc.: Fixed the use of -s / -l parameters together with the attack mode -a 8 (Prince)
 issue: 40
 
+type.: Bug
+file.: Host
+desc.: Fixed --help text for hash type -m 9900 = Radmin2 (was wronly displayed as -m 9800 = Radmin2)
+
 * changes v0.50 -> v2.00:
 
 type: Project

+ 1 - 1
src/hashcat-cli.c

@@ -396,7 +396,7 @@ static const char *USAGE_BIG[] =
 "  8900 = scrypt",
 "  9200 = Cisco $8$",
 "  9300 = Cisco $9$",
-"  9800 = Radmin2",
+"  9900 = Radmin2",
 " 10000 = Django (PBKDF2-SHA256)",
 " 10200 = Cram MD5",
 " 10300 = SAP CODVN H (PWDSALTEDHASH) iSSHA-1",