From a973d4b94b1f42a146fc10e1b1f8a7a188490436 Mon Sep 17 00:00:00 2001 From: Chick3nman Date: Tue, 6 Jun 2017 03:09:50 -0500 Subject: [PATCH 1/3] Fixed mode 9810/9820 labeling Removed $4 from label to avoid confusion. --- src/interface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interface.c b/src/interface.c index df62583de..96d2a4fc6 100644 --- a/src/interface.c +++ b/src/interface.c @@ -186,8 +186,8 @@ static const char HT_09700[] = "MS Office <= 2003 $0/$1, MD5 + RC4"; static const char HT_09710[] = "MS Office <= 2003 $0/$1, MD5 + RC4, collider #1"; static const char HT_09720[] = "MS Office <= 2003 $0/$1, MD5 + RC4, collider #2"; static const char HT_09800[] = "MS Office <= 2003 $3/$4, SHA1 + RC4"; -static const char HT_09810[] = "MS Office <= 2003 $3/$4, SHA1 + RC4, collider #1"; -static const char HT_09820[] = "MS Office <= 2003 $3/$4, SHA1 + RC4, collider #2"; +static const char HT_09810[] = "MS Office <= 2003 $3, SHA1 + RC4, collider #1"; +static const char HT_09820[] = "MS Office <= 2003 $3, SHA1 + RC4, collider #2"; static const char HT_09900[] = "Radmin2"; static const char HT_10000[] = "Django (PBKDF2-SHA256)"; static const char HT_10100[] = "SipHash"; From 6a38f3c47714774ebe060293749c8d849e4a7d3d Mon Sep 17 00:00:00 2001 From: Chick3nman Date: Tue, 6 Jun 2017 03:16:29 -0500 Subject: [PATCH 2/3] Fixed mode 9810/9820 labeling Removed $4 from label to avoid confusion. --- src/usage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usage.c b/src/usage.c index f01b09afa..ec0e85d32 100644 --- a/src/usage.c +++ b/src/usage.c @@ -330,8 +330,8 @@ static const char *USAGE_BIG[] = " 9710 | MS Office <= 2003 $0/$1, MD5 + RC4, collider #1 | Documents", " 9720 | MS Office <= 2003 $0/$1, MD5 + RC4, collider #2 | Documents", " 9800 | MS Office <= 2003 $3/$4, SHA1 + RC4 | Documents", - " 9810 | MS Office <= 2003 $3/$4, SHA1 + RC4, collider #1 | Documents", - " 9820 | MS Office <= 2003 $3/$4, SHA1 + RC4, collider #2 | Documents", + " 9810 | MS Office <= 2003 $3, SHA1 + RC4, collider #1 | Documents", + " 9820 | MS Office <= 2003 $3, SHA1 + RC4, collider #2 | Documents", " 9400 | MS Office 2007 | Documents", " 9500 | MS Office 2010 | Documents", " 9600 | MS Office 2013 | Documents", From e7c36bc97fd778fc4af6c39fc35d413e274e946b Mon Sep 17 00:00:00 2001 From: Chick3nman Date: Tue, 6 Jun 2017 03:21:31 -0500 Subject: [PATCH 3/3] Cosmetic change Fixed column spacing for modes 9810/9820 --- src/usage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usage.c b/src/usage.c index ec0e85d32..92b630559 100644 --- a/src/usage.c +++ b/src/usage.c @@ -330,8 +330,8 @@ static const char *USAGE_BIG[] = " 9710 | MS Office <= 2003 $0/$1, MD5 + RC4, collider #1 | Documents", " 9720 | MS Office <= 2003 $0/$1, MD5 + RC4, collider #2 | Documents", " 9800 | MS Office <= 2003 $3/$4, SHA1 + RC4 | Documents", - " 9810 | MS Office <= 2003 $3, SHA1 + RC4, collider #1 | Documents", - " 9820 | MS Office <= 2003 $3, SHA1 + RC4, collider #2 | Documents", + " 9810 | MS Office <= 2003 $3, SHA1 + RC4, collider #1 | Documents", + " 9820 | MS Office <= 2003 $3, SHA1 + RC4, collider #2 | Documents", " 9400 | MS Office 2007 | Documents", " 9500 | MS Office 2010 | Documents", " 9600 | MS Office 2013 | Documents",