29 lines
488 B
YAML
29 lines
488 B
YAML
id: nagios-panel
|
|
|
|
info:
|
|
name: Nagios Panel Detect
|
|
author: ritikchaddha
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.title:"nagios"
|
|
tags: panel,nagios
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/nagios"
|
|
- "{{BaseURL}}/nagios3"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'Nagios Access'
|
|
|
|
- type: status
|
|
status:
|
|
- 401
|