Skip to content

Zope Quick Start Detect

ID: zope-detect

Severity: info

Author: pikpikcu

Tags: tech,zope

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/"
# digest: 4a0a00473045022100a2456282dcd710780a0bbfecf94bca0290dd82b68b795d5c61a108c13f6b857d02203bf8e86b062a7f6de104aa6911c508f15d11b54f8155c09ac9d2398ff78f920a:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/zope-detect.yaml"

View on Github