Create flir-ax8-default-credentials.yaml

patch-1
PikPikcU 2021-05-16 05:01:45 +00:00 committed by GitHub
parent 04e1fb0ef8
commit d65df8ea3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: flir-default-credentials
info:
name: Flir Default Credentials
author: pikpikcu
severity: medium
tags: flir,dlogin
requests:
- method: GET
path:
- "{{BaseURL}}/login/dologin"
headers:
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
body: |
user_name=admin&user_password=admin
matchers-condition: and
matchers:
- type: word
words:
- "succes"
condition: and
- type: status
status:
- 200