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

28 lines
654 B
YAML
Raw Normal View History

2024-10-24 13:58:52 +00:00
id: nagios-logserver-panel
info:
name: Nagios Log Server - Detect
author: ritikchaddha
severity: info
2024-10-28 03:38:56 +00:00
description: |
2024-10-28 03:41:12 +00:00
Detects the presence of Nagios Log Server by identifying specific response patterns, HTTP headers, or unique page elements.
2024-10-24 13:58:52 +00:00
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