Create tenda-web-master.yaml

patch-1
Dhiyaneshwaran 2022-07-09 01:58:59 +01:00 committed by GitHub
parent 936b1452e2
commit fa1d44a114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: tenda-web-master
info:
name: Tenda Web Master
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-dork: title:"Tenda Web Master"
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}/login.html'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Tenda Web Master</title>'
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200