nuclei-templates/exposed-panels/nagios-panel.yaml

29 lines
488 B
YAML
Raw Normal View History

2022-08-15 11:39:49 +00:00
id: nagios-panel
2022-08-15 11:33:09 +00:00
info:
2022-08-15 11:39:49 +00:00
name: Nagios Panel Detect
2022-08-15 11:33:09 +00:00
author: ritikchaddha
severity: info
metadata:
verified: true
2022-08-15 11:39:49 +00:00
shodan-query: http.title:"nagios"
tags: panel,nagios
2022-08-15 11:33:09 +00:00
requests:
- method: GET
path:
2022-08-15 11:39:49 +00:00
- "{{BaseURL}}/nagios"
2022-08-15 11:33:09 +00:00
- "{{BaseURL}}/nagios3"
2022-08-15 11:40:50 +00:00
stop-at-first-match: true
2022-08-15 11:33:09 +00:00
matchers-condition: and
matchers:
- type: word
part: header
words:
- 'Nagios Access'
- type: status
status:
- 401