nuclei-templates/default-logins/xerox/xerox7-default-login.yaml

46 lines
1.1 KiB
YAML
Raw Normal View History

id: xerox7-default-login
info:
name: Xerox WorkCentre 7xxx - Default Login
author: MiroslavSotak
severity: high
description: Testing default credentials admin:1111 on Xerox WorkCentre 7xxx printer.
tags: xerox,default-login
reference: https://www.support.xerox.com/en-us/article/en/x_wc7556_en-O23530
requests:
- raw:
- |
POST /userpost/xerox.set HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
_fun_function=HTTP_Authenticate_fn&NextPage=%2Fproperties%2Fauthentication%2FluidLogin.php&webUsername={{username}}&webPassword={{password}}&frmaltDomain=default
attack: pitchfork
payloads:
username:
- admin
password:
- 1111
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "window.opener.top.location.pathname"
- "Xerox Corporation"
condition: and
- type: word
part: body
words:
- "invalid"
- "errmsg"
condition: or
negative: true