nuclei-templates/network/detection/gopher-detect.yaml

28 lines
511 B
YAML
Raw Normal View History

id: gopher-detect
2022-07-01 15:25:28 +00:00
info:
name: Gopher Service - Detect
2022-07-01 15:25:28 +00:00
author: pry0cc
severity: info
2022-08-16 16:16:40 +00:00
description: |
Gopher service was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-07-24 18:27:05 +00:00
tags: network,gopher,detect
metadata:
max-request: 2
2023-02-06 20:39:56 +00:00
tcp:
2022-07-01 15:25:28 +00:00
- inputs:
- data: "\r\n"
host:
- "{{Hostname}}"
- "{{Host}}:70"
matchers:
- type: dsl
dsl:
2022-08-16 16:16:40 +00:00
- "contains(to_lower(raw), 'gopher')"