Zebra - Default Login
ID: zebra-default-login
Severity: high
Author: y0no
Tags: zebra,default-login,misconfig,printer
Description
Section titled “Description”Zebra default login credentials was discovered.
YAML Source
Section titled “YAML Source”id: zebra-default-login
info: name: Zebra - Default Login author: y0no severity: high description: | Zebra default login credentials was discovered. metadata: verified: true max-request: 4 shodan-query: title:"Zebra" tags: zebra,default-login,misconfig,printer
http: - raw: - | POST /authorize HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
0={{username}}&1={{password}}
attack: pitchfork payloads: username: - 1234 - admin password: - '' - 1234
matchers-condition: and matchers: - type: word part: body words: - ">Access Granted. This IP Address now"
- type: status status: - 200# digest: 490a0046304402206ac0debcf1a8ca63f094cbad372e13e5bec854820b9a2810208c0bdccdbba0b00220187a53def13da0cdd0f594ba6fe370467f93ec2c817e2b8d30e82fabea12e0f1: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/default-logins/zebra/zebra-printer-default-login.yaml"