Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fuji-xerox apeosport/docucentre default login #10600

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions http/default-logins/fuji-xerox/fuji-xerox-default-login.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
id: fuji-xerox-default-login

info:
name: Fuji Xerox ApeosPort - Default Login
author: Morgan Robertson
severity: high
description: |
This template checks for the default credentials (username: 11111, password: x-admin) on Fuji Xerox ApeosPort series printers. If the credentials are valid, the response will have a 200 HTTP status code. Tested on a Fuji Xerox ApeosPort-V C2275 T2.
reference:
- https://4it.com.au/kb/article/fuji-xerox-default-password/
metadata:
max-request: 1
verified: true
vendor: fuji-xerox
fofa-query: '"prop.htm" && "docucentre"'
tags: default-login,fuji,fuji-xerox,printer

http:
- raw:
- |
GET /prop.htm HTTP/1.1
Host: {{Hostname}}
Authorization: Basic MTExMTE6eC1hZG1pbg==
Connection: close

matchers-condition: and
matchers:
- type: word
part: body
words:
- "Configuration Overview"
- "Description"
- "System Administrator Settings"
condition: and

- type: status
status:
- 200
Loading