Merge pull request #1859 from pikpikcu/patch-192

Create wifisky-default-password.yaml
patch-1
Sandeep Singh 2021-07-03 18:02:03 +05:30 committed by GitHub
commit 43e3e5ce05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
id: wifisky-default-password
info:
name: Wifisky Default Password
author: pikpikcu
severity: high
tags: default-login,wifisky
requests:
- raw:
- |
POST /login.php?action=login&type=admin HTTP/1.1
Host: {{Hostname}}
Accept: */*
X-Requested-With: XMLHttpRequest
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Connection: close
username=admin&password=admin
matchers-condition: and
matchers:
- type: word
words:
- "text/html"
part: header
- type: word
words:
- '"success":"true"'
- '"data":'
part: body
condition: and
- type: status
status:
- 200