nuclei-templates/default-logins/ricoh/ricoh-weak-password.yaml

42 lines
940 B
YAML

id: ricoh-default-login
info:
name: Ricoh Default Login
author: gy741
severity: high
description: Ricoh default admin credentials were discovered.
reference:
- https://ricoh-printer.co/default-username-and-password-for-ricoh-web-image-monitor/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L
cvss-score: 8.3
cwe-id: CWE-522
tags: ricoh,default-login
requests:
- raw:
- |
POST /web/guest/tw/websys/webArch/login.cgi HTTP/1.1
Host: {{Hostname}}
Cookie: cookieOnOffChecker=on;
wimToken=&userid_work=&userid={{base64(username)}}&password_work=&password=&open=
payloads:
username:
- admin
attack: pitchfork
matchers-condition: and
matchers:
- type: regex
regex:
- 'wimsesid=[0-9]+'
part: header
- type: status
status:
- 302
# Enhanced by mp on 2022/03/11