Skip to content

OCS Inventory Login Panel - Detect

ID: ocs-inventory-login

Severity: info

Author: pikpikcu,ritikchaddha

Tags: ocs-inventory,panel

OCS Inventory login panel was detected.

id: ocs-inventory-login
info:
name: OCS Inventory Login Panel - Detect
author: pikpikcu,ritikchaddha
severity: info
description: OCS Inventory login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:factorfx:ocs_inventory:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
shodan-query: title:"OCS Inventory"
fofa-query: title="OCS Inventory"
product: ocs_inventory
vendor: factorfx
tags: ocs-inventory,panel
http:
- 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
# digest: 4a0a0047304502203eeb328e75742b2b59a12297a472ef0d39cf92485b358afec3e4dfc9c7b4c08a022100b2ab294b39af3f357096b94baf7e8289d89d8d5f12898783b684276ac792e188:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/ocs-inventory-login.yaml"

View on Github