Ricoh Web Image Monitor - Detect
ID: ricoh-webimagemonitor-panel
Severity: info
Author: righettod
Tags: panel,ricoh,detect
Description
Section titled “Description”Ricoh Web Image Monitor device was detected.
YAML Source
Section titled “YAML Source”id: ricoh-webimagemonitor-panel
info: name: Ricoh Web Image Monitor - Detect author: righettod severity: info description: | Ricoh Web Image Monitor device was detected. reference: - https://support.ricoh.com/bb_v1oi/pub_e/oi_view/0001082/0001082137/view/intro/int/wim.htm metadata: verified: true max-request: 1 shodan-query: http.html:"Web Image Monitor" tags: panel,ricoh,detect
http: - method: GET path: - "{{BaseURL}}/web/guest/en/websys/webArch/header.cgi"
matchers: - type: dsl dsl: - 'status_code == 200' - 'contains_all(to_lower(body), "web image monitor</h3", "ricoh")' condition: and
extractors: - type: regex part: body group: 1 regex: - '(?i)<h2 id="modelName" style="z-index:1;">([A-Z0-9\s]+)</h2>'# digest: 4a0a0047304502201245615bc5767d45b84953f043a691a1b6e0559bcb9fb5526565a28e83a85a27022100ce8979a6ef13f3b6d50d76df665d2eb60e31f772d3860c2ffd86524090940417:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/ricoh-webimagemonitor-panel.yaml"