Merge pull request #11092 from projectdiscovery/nagios-logserver-panel

Create nagios-logserver-panel.yaml
patch-12
Dhiyaneshwaran 2024-10-28 09:14:56 +05:30 committed by GitHub
commit 5fba72f50c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
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