Create nagvis-panel.yaml

patch-1
Ritik Chaddha 2022-08-17 13:56:27 +05:30 committed by GitHub
parent b867ed6ef5
commit 16aa457ce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -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