nuclei-templates/http/technologies/zope-detect.yaml

29 lines
477 B
YAML

id: zope-detect
info:
name: Zope Quick Start Detect
author: pikpikcu
severity: info
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Zope QuickStart"
tags: tech,zope
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: or
matchers:
- type: word
part: body
words:
- "<title>Zope QuickStart</title>"
- type: word
part: server
words:
- "Zope/"