Create wifisky-default-password.yaml

patch-1
PikPikcU 2021-07-03 18:57:51 +07:00 committed by GitHub
parent f1504d5121
commit dc7c403129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: wifisky-default-password
info:
name: Wifisky Default Password
author: pikpikcu
severity: high
requests:
- method: POST
path:
- "{{BaseURL}}/login.php?action=login&type=admin"
body: |
username=admin&password=admin
matchers-condition: and
matchers:
- type: word
words:
- "Content-Type: text/html"
part: header
- type: word
words:
- '"success":'
part: body
condition: and
- type: status
status:
- 200