Nagios Log Server - Detect
ID: nagios-logserver-panel
Severity: info
Author: ritikchaddha
Tags: panel,nagios,nagios-logserver,login,detect
Description
Section titled “Description”Detects the presence of Nagios Log Server by identifying specific response patterns, HTTP headers, or unique page elements.
YAML Source
Section titled “YAML Source”id: nagios-logserver-panel
info: name: Nagios Log Server - Detect author: ritikchaddha severity: info description: | Detects the presence of Nagios Log Server by identifying specific response patterns, HTTP headers, or unique page elements. metadata: verified: true max-request: 1 fofa-query: icon_hash="1460499495" shodan-query: http.favicon.hash:1460499495 tags: panel,nagios,nagios-logserver,login,detect
http: - method: GET path: - "{{BaseURL}}"
matchers: - type: word part: response words: - "Nagios Log Server" - "/nagioslogserver/" condition: or# digest: 4a0a00473045022100d7d78ff4016c20560d3277ade7b926c6fe196f753fd3859cfee8c58078bf526b0220343897c5f1826fc712969b8a1563dbc33cbfde01788daffadca041e557631ae8: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/nagios-logserver-panel.yaml"