nuclei-templates/technologies/yeswiki-detect.yaml

31 lines
518 B
YAML
Raw Normal View History

2022-08-09 08:17:43 +00:00
id: yeswiki-detect
info:
name: YesWiki Detect
author: ritikchaddha
severity: info
metadata:
verified: true
shodan-query: http.html:"yeswiki"
2022-11-14 19:45:12 +00:00
tags: yeswiki,panel,tech
2022-08-09 08:17:43 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
2022-08-09 08:17:43 +00:00
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'yeswiki-search'
- 'yeswiki-base'
condition: or
- type: status
status:
- 200