Create zope-detect.yaml

patch-1
PikPikcU 2023-02-04 01:50:40 +07:00 committed by GitHub
parent 99efc95c43
commit fcc3351140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: zope-detect
info:
name: Zope Quick Start Detect
author: pikpikcu
severity: info
metadata:
shodan-query: http.title:"Zope Quick Start"
tags: tech,zope
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Zope QuickStart</title>"
- "http://www.zope.com/"
- type: status
status:
- 200