Update gopher-detection.yaml
parent
1dfd51010c
commit
714c554489
|
@ -5,7 +5,8 @@ info:
|
||||||
author: pry0cc
|
author: pry0cc
|
||||||
severity: info
|
severity: info
|
||||||
tags: network,gopher
|
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:
|
network:
|
||||||
- inputs:
|
- inputs:
|
||||||
|
@ -17,4 +18,4 @@ network:
|
||||||
matchers:
|
matchers:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
- "contains(to_lower(raw), 'gopher')"
|
- "contains(to_lower(raw), 'gopher')"
|
||||||
|
|
Loading…
Reference in New Issue