nuclei-templates/exposed-panels/ocs-inventory-login.yaml

32 lines
604 B
YAML

id: ocs-inventory-login
info:
name: OCS Inventory Login Panel
author: pikpikcu,ritikchaddha
severity: info
metadata:
verified: true
shodan-query: title:"OCS Inventory"
fofa-query: title="OCS Inventory"
tags: ocs-inventory,panel
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/ocsreports"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>OCS Inventory'
- type: status
status:
- 200