nuclei-templates/network/gopher-detection.yaml

22 lines
453 B
YAML

id: gopher-detection
info:
name: Gopher Detection
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.
network:
- inputs:
- data: "\r\n"
host:
- "{{Hostname}}"
- "{{Host}}:70"
matchers:
- type: dsl
dsl:
- "contains(to_lower(raw), 'gopher')"