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
|
2024-10-28 03:46:00 +00:00
|
|
|
|
|
|
|
# digest: 4a0a0047304502203ef3020a26c74556fc573c5c1cbfe4816a3d6b0470670e718f73f724a94aedd7022100c0ee047b2c64761d2f0d1cf636e40ff52124aaf41f44b3d545e2ea0360ed0814:922c64590222798bb761d5b6d8e72950
|