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

32 lines
604 B
YAML
Raw Normal View History

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