Merge pull request #11092 from projectdiscovery/nagios-logserver-panel
Create nagios-logserver-panel.yamlpatch-12
commit
5fba72f50c
|
@ -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
|
Loading…
Reference in New Issue