Nagios Login Panel - Detect
ID: nagios-panel
Severity: info
Author: ritikchaddha
Tags: panel,nagios
Description
Section titled “Description”Nagios login panel was detected.
YAML Source
Section titled “YAML Source”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 cwe-id: CWE-200 cpe: cpe:2.3:a:nagios:nagios:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: nagios product: nagios shodan-query: http.title:"nagios" fofa-query: title="nagios" google-query: intitle:"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: 4a0a0047304502206e0a389d4154f82232a5938a0cbcb7b3302c037f5a12ed0248c8c4bf5d52524e022100d2568b60a25ac13a408393ebe958e6d1d29f31faccbb42010baf01fb84f44573:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/nagios-panel.yaml"