Create nagvis-panel.yaml
parent
b867ed6ef5
commit
16aa457ce5
|
@ -0,0 +1,32 @@
|
|||
id: nagvis-panel
|
||||
|
||||
info:
|
||||
name: Nagvis Panel Detect
|
||||
author: ritikchaddha
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.html:"NagVis"
|
||||
tags: panel,nagvis
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
- "{{BaseURL}}/nagvis/frontend/nagvis-js/index.php"
|
||||
|
||||
stop-at-first-match: true
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "/nagvis/frontend"
|
||||
- "<title>NagVis"
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue