31 lines
606 B
YAML
31 lines
606 B
YAML
|
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
|