From 23a1d30fccd01b162d19a46b5477dfb5eae3c208 Mon Sep 17 00:00:00 2001 From: hashcat-bot Date: Wed, 9 Jul 2025 15:07:17 +0200 Subject: [PATCH] Fixed parameter code --- include/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/types.h b/include/types.h index 878e84652..f587247f3 100644 --- a/include/types.h +++ b/include/types.h @@ -816,7 +816,7 @@ typedef enum user_options_map IDX_BRAIN_SESSION = 0xff0f, IDX_BRAIN_SESSION_WHITELIST = 0xff10, #endif - IDX_COLOR = 0xff58, + IDX_COLOR = 0xff59, IDX_BRIDGE_PARAMETER1 = 0xff80, IDX_BRIDGE_PARAMETER2 = 0xff81, IDX_BRIDGE_PARAMETER3 = 0xff82,