Skip to content

Tengine Default Page

ID: default-tengine-page

Severity: info

Author: pussycat0x

Tags: tech,tengine,default-page

id: default-tengine-page
info:
name: Tengine Default Page
author: pussycat0x
severity: info
classification:
cpe: cpe:2.3:a:alibaba:tengine:*:*:*:*:nginx:*:*:*
metadata:
verified: true
max-request: 1
vendor: alibaba
product: tengine
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
# digest: 4a0a00473045022048af0a775f3e7fe0eea28f6dee681e55bae007f48338a6fc22ccf885906865a80221008840e512afdf547556cdb5a1c9c3e3c253fe46bc13831ad29282476947e264db:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/default-tengine-page.yaml"

View on Github