Update gopher-detection.yaml

patch-1
Ritik Chaddha 2022-08-16 21:46:40 +05:30 committed by GitHub
parent 1dfd51010c
commit 714c554489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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')"
- "contains(to_lower(raw), 'gopher')"