nuclei-templates/http/misconfiguration/gopher-server.yaml

31 lines
606 B
YAML
Raw Normal View History

2023-06-20 09:40:22 +00:00
id: gopher-server
info:
name: Gopher Server - Exposure
author: DhiyaneshDk
severity: medium
reference:
- https://www.facebook.com/photo/?fbid=627579942745862&set=a.467014098802448
metadata:
max-request: 1
verified: true
shodan-query: title:"Gopher Server"
tags: misconfig,gopher,server
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Gopher Server'
- 'Environment Variables'
condition: and
- type: status
status:
- 200