Update gopher-detection.yaml
parent
1dfd51010c
commit
714c554489
|
@ -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')"
|
||||
|
|
Loading…
Reference in New Issue