nuclei-templates/technologies/default-tengine-page.yaml

28 lines
520 B
YAML
Raw Normal View History

2023-01-10 15:33:58 +00:00
id: default-tengine-page
info:
name: Tengine Default Page
author: pussycat0x
severity: info
metadata:
verified: true
shodan-query: http.title:"Welcome to tengine"
tags: tech,tengine,default-page
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Welcome to tengine'
- 'Thank you for using tengine'
condition: and
- type: status
status:
- 200