From 714c5544894d9417db35fa6a71eb4db3b43aaa5b Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 16 Aug 2022 21:46:40 +0530 Subject: [PATCH] Update gopher-detection.yaml --- network/gopher-detection.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/network/gopher-detection.yaml b/network/gopher-detection.yaml index 307d793ade..e1aa095d97 100644 --- a/network/gopher-detection.yaml +++ b/network/gopher-detection.yaml @@ -5,7 +5,8 @@ info: author: pry0cc severity: info tags: network,gopher - description: Gopher is an application-layer protocol that provides the ability to extract and view Web documents stored on remote Web servers. + description: | + Gopher is an application-layer protocol that provides the ability to extract and view Web documents stored on remote Web servers. network: - inputs: @@ -17,4 +18,4 @@ network: matchers: - type: dsl dsl: - - "contains(to_lower(raw), 'gopher')" \ No newline at end of file + - "contains(to_lower(raw), 'gopher')"