nuclei-templates/network/gopher-detection.yaml

22 lines
453 B
YAML
Raw Normal View History

2022-07-01 15:25:28 +00:00
id: gopher-detection
info:
name: Gopher Detection
author: pry0cc
severity: info
tags: network,gopher
2022-08-16 16:16:40 +00:00
description: |
Gopher is an application-layer protocol that provides the ability to extract and view Web documents stored on remote Web servers.
2022-07-01 15:25:28 +00:00
network:
- 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')"