From 959f8935e7fd6d8622522a313ec4431cc0547848 Mon Sep 17 00:00:00 2001 From: Ice3man543 Date: Sun, 18 Apr 2021 17:44:21 +0530 Subject: [PATCH] Changed - to _ --- v2/pkg/protocols/common/interactsh/interactsh.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v2/pkg/protocols/common/interactsh/interactsh.go b/v2/pkg/protocols/common/interactsh/interactsh.go index 5f2acc78..49af884b 100644 --- a/v2/pkg/protocols/common/interactsh/interactsh.go +++ b/v2/pkg/protocols/common/interactsh/interactsh.go @@ -89,9 +89,9 @@ func New(options *Options) (*Client, error) { return } - data.Event.InternalEvent["interactsh-protocol"] = interaction.Protocol - data.Event.InternalEvent["interactsh-request"] = interaction.RawRequest - data.Event.InternalEvent["interactsh-response"] = interaction.RawResponse + data.Event.InternalEvent["interactsh_protocol"] = interaction.Protocol + data.Event.InternalEvent["interactsh_request"] = interaction.RawRequest + data.Event.InternalEvent["interactsh_response"] = interaction.RawResponse result, matched := data.Operators.Execute(data.Event.InternalEvent, data.MatchFunc, data.ExtractFunc) if !matched || result == nil { return // if we don't match, return