Skip to content

Commit

Permalink
Merge pull request #11092 from projectdiscovery/nagios-logserver-panel
Browse files Browse the repository at this point in the history
Create nagios-logserver-panel.yaml
  • Loading branch information
DhiyaneshGeek authored Oct 28, 2024
2 parents 8418a14 + 0c28cde commit 5fba72f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions http/exposed-panels/nagios/nagios-logserver-panel.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5fba72f

Please sign in to comment.