nuclei-templates/exposed-panels/nagios-panel.yaml

36 lines
697 B
YAML
Raw Normal View History

2022-08-15 11:39:49 +00:00
id: nagios-panel
2022-08-15 11:33:09 +00:00
info:
name: Nagios Login Panel - Detect
2022-08-15 11:33:09 +00:00
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.0
cwe-id: CWE-200
2022-08-15 11:33:09 +00:00
metadata:
verified: true
2022-08-15 11:39:49 +00:00
shodan-query: http.title:"nagios"
tags: panel,nagios
2022-08-15 11:33:09 +00:00
requests:
- method: GET
path:
2022-08-15 11:39:49 +00:00
- "{{BaseURL}}/nagios"
2022-08-15 11:33:09 +00:00
- "{{BaseURL}}/nagios3"
2022-08-15 11:40:50 +00:00
stop-at-first-match: true
2022-08-15 11:33:09 +00:00
matchers-condition: and
matchers:
- type: word
part: header
words:
- 'Nagios Access'
- type: status
status:
- 401
# Enhanced by md on 2022/11/29