Update sato-printer-default-login.yaml
parent
05a1ebde19
commit
8305a9e152
|
@ -3,13 +3,13 @@ id: sato-default-login
|
|||
info:
|
||||
name: Sato - Default Login
|
||||
author: y0no
|
||||
severity: medium
|
||||
severity: high
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: title:"Sato"
|
||||
tags: sato,default-login,misconfig,printer
|
||||
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
|
@ -29,23 +29,21 @@ http:
|
|||
- '0310'
|
||||
- '6677'
|
||||
|
||||
headers:
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
stop-at-first-match: true
|
||||
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
|
||||
|
||||
extractors:
|
||||
- type: json
|
||||
part: body
|
||||
name: groups
|
||||
json:
|
||||
- '.groups[]'
|
||||
|
|
Loading…
Reference in New Issue