Create ni-web-based-panel.yaml
parent
1dd3635124
commit
68858a73b0
|
@ -0,0 +1,27 @@
|
|||
id: ni-web-based-panel
|
||||
|
||||
info:
|
||||
name: NI Web-based Configuration & Monitoring - Panel
|
||||
author: DhiyaneshDK
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: title:"NI Web-based Configuration & Monitoring"
|
||||
tags: detect,ni,web-based,panel
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>NI Web-based Configuration & Monitoring</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue