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

29 lines
535 B
YAML

id: default-tengine-page
info:
name: Tengine Default Page
author: pussycat0x
severity: info
metadata:
max-request: 1
verified: true
shodan-query: http.title:"Welcome to tengine"
tags: tech,tengine,default-page
http:
- 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