Added exacqvision-default-credentials
parent
b78eceb857
commit
54e72e7a3b
|
@ -0,0 +1,36 @@
|
|||
id: exacqvision-default-credentials
|
||||
|
||||
info:
|
||||
name: ExacqVision Default Password
|
||||
author: ELSFA7110
|
||||
severity: high
|
||||
tags: exacqvision,default-login
|
||||
reference: https://cdn.exacq.com/auto/manspec/files_2/exacqvision_user_manuals/web_service/exacqVision_Web_Service_Configuration_User_Manual_(version%208.8).pdf
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
POST /service.web HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
||||
Connection: close
|
||||
|
||||
action=login&u=admin&p=admin256
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "application/json"
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
condition: and
|
||||
words:
|
||||
- '"auth":'
|
||||
- '"success": true'
|
Loading…
Reference in New Issue