38 lines
876 B
YAML
38 lines
876 B
YAML
id: nagios-panel
|
|
|
|
info:
|
|
name: Nagios Login Panel - Detect
|
|
author: ritikchaddha
|
|
severity: info
|
|
description: Nagios login panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: http.title:"nagios"
|
|
tags: panel,nagios
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/nagios"
|
|
- "{{BaseURL}}/nagios3"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'Nagios Access'
|
|
|
|
- type: status
|
|
status:
|
|
- 401
|
|
|
|
# digest: 4b0a0048304602210092a4e5b809b72ecda0882ee3f52e4ba438bb5124f4fee91429d490beaeb381920221009d48a1355ba361c5fae137b071d6f3252242aa5e0408edf5ad47958a5a0a5de9:922c64590222798bb761d5b6d8e72950
|