Created template aircube-dashboard-login

patch-1
Aman Rawat 2022-12-05 20:05:29 +05:30
parent 6330e4f473
commit 59194f4419
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: aircube-dashboard-login
info:
name: Netris Dashboard
author: theamanrawat
severity: info
metadata:
verified: true
shodan-query: http.title:"AirCube Dashboard"
tags: aircube-dashboard, login
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/#/login'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>AirCube Dashboard</title>'
condition: and
- type: status
status:
- 200