Merge pull request #6506 from projectdiscovery/Tengine-Default-Page

Tengine Default Page
patch-1
Dhiyaneshwaran 2023-01-10 22:43:41 +05:30 committed by GitHub
commit dc37899fc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
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