From d8451545073f58efa586252c5462c29e4ff1ac63 Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Mon, 23 Aug 2021 19:58:43 +0200 Subject: [PATCH] Fix hash-name length in -m 27200 --- src/modules/module_27200.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module_27200.c b/src/modules/module_27200.c index fa7881bd3..9513bb9f0 100644 --- a/src/modules/module_27200.c +++ b/src/modules/module_27200.c @@ -17,7 +17,7 @@ static const u32 DGST_POS2 = 2; static const u32 DGST_POS3 = 1; static const u32 DGST_SIZE = DGST_SIZE_4_5; static const u32 HASH_CATEGORY = HASH_CATEGORY_RAW_HASH_SALTED; -static const char *HASH_NAME = "Ruby on Rails Restful Auth (single round, no sitekey)"; +static const char *HASH_NAME = "Ruby on Rails Restful Auth (one round, no sitekey)"; static const u64 KERN_TYPE = 27200; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE | OPTI_TYPE_PRECOMPUTE_INIT