commit
43e3e5ce05
|
@ -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
|
Loading…
Reference in New Issue