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

29 lines
498 B
YAML
Raw Normal View History

2022-11-04 07:44:22 +00:00
id: ourmgmt3-panel
info:
name: OurMGMT3 Admin Panel
author: ritikchaddha
severity: info
metadata:
verified: true
shodan-query: http.title:"OurMGMT3"
tags: panel,ourmgmt3
requests:
- method: GET
path:
2022-11-04 07:45:57 +00:00
- '{{BaseURL}}'
2022-11-04 07:44:22 +00:00
- '{{BaseURL}}/admin/login'
2022-11-04 07:45:57 +00:00
stop-at-first-match: true
2022-11-04 07:44:22 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'OurMGMT3 Debug client'
- type: status
status:
- 200