From bf6f414d2d16908f1fb8b3a78a494a6371934b3e Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Sun, 12 Nov 2023 16:28:36 +0530 Subject: [PATCH] lint -fix --- javascript/enumeration/ssh-weak-mac-algo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/enumeration/ssh-weak-mac-algo.yaml b/javascript/enumeration/ssh-weak-mac-algo.yaml index 120ad04a6b..2f207b7b81 100644 --- a/javascript/enumeration/ssh-weak-mac-algo.yaml +++ b/javascript/enumeration/ssh-weak-mac-algo.yaml @@ -30,7 +30,7 @@ javascript: words: - "server_to_client_macs" - "client_to_server_macs" - condition: and + condition: and - type: word words: @@ -40,4 +40,4 @@ javascript: - "hmac-md5" - "hmac-md5-96" - "hmac-sha1-96" - condition: or \ No newline at end of file + condition: or