Changed - to _

dev
Ice3man543 2021-04-18 17:44:21 +05:30
parent 993416d77c
commit 959f8935e7
1 changed files with 3 additions and 3 deletions

View File

@ -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