nuclei-templates/technologies/yeswiki-detect.yaml

31 lines
508 B
YAML

id: yeswiki-detect
info:
name: YesWiki Detect
author: ritikchaddha
severity: info
metadata:
verified: true
shodan-query: http.html:"yeswiki"
tags: yeswiki,panel
requests:
- method: GET
path:
- '{{BaseURL}}'
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'yeswiki-search'
- 'yeswiki-base'
condition: or
- type: status
status:
- 200