Create zope-detect.yaml
parent
99efc95c43
commit
fcc3351140
|
@ -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
|
Loading…
Reference in New Issue