From 4ee479441276e5ce272c88166b66d7a2663225ad Mon Sep 17 00:00:00 2001 From: philsmd Date: Fri, 1 Jul 2016 09:57:41 +0200 Subject: [PATCH] cosmetic: fix parenthesis of the help output --- src/hashcat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hashcat.c b/src/hashcat.c index f3a97a9..914aab9 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -468,14 +468,14 @@ const char *USAGE_BIG[] = " 40 | md5($salt.unicode($pass)) | Raw Hash, Salted and / or Iterated", " 3800 | md5($salt.$pass.$salt) | Raw Hash, Salted and / or Iterated", " 3710 | md5($salt.md5($pass)) | Raw Hash, Salted and / or Iterated", - " 2600 | md5(md5($pass) | Raw Hash, Salted and / or Iterated", + " 2600 | md5(md5($pass)) | Raw Hash, Salted and / or Iterated", " 4300 | md5(strtoupper(md5($pass))) | Raw Hash, Salted and / or Iterated", " 4400 | md5(sha1($pass)) | Raw Hash, Salted and / or Iterated", " 110 | sha1($pass.$salt) | Raw Hash, Salted and / or Iterated", " 120 | sha1($salt.$pass) | Raw Hash, Salted and / or Iterated", " 130 | sha1(unicode($pass).$salt) | Raw Hash, Salted and / or Iterated", " 140 | sha1($salt.unicode($pass)) | Raw Hash, Salted and / or Iterated", - " 4500 | sha1(sha1($pass) | Raw Hash, Salted and / or Iterated", + " 4500 | sha1(sha1($pass)) | Raw Hash, Salted and / or Iterated", " 4700 | sha1(md5($pass)) | Raw Hash, Salted and / or Iterated", " 4900 | sha1($salt.$pass.$salt) | Raw Hash, Salted and / or Iterated", " 1410 | sha256($pass.$salt) | Raw Hash, Salted and / or Iterated", -- 2.25.1