49 lines
1.1 KiB
YAML
49 lines
1.1 KiB
YAML
id: unauth-wavink-panel
|
|
|
|
info:
|
|
name: Wavlink Panel - Unauthenticated Access
|
|
author: princechaddha
|
|
severity: high
|
|
description: Wavlink Panel was able to be accessed with no authentication requirements in place.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"Wi-Fi APP Login"
|
|
tags: exposure,wavlink,unauth,misconfig,router
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wifi_base.shtml"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>APP</title>"
|
|
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- 'var passphraseKey12="(.*)";'
|
|
|
|
- type: word
|
|
part: body
|
|
negative: true
|
|
words:
|
|
- 'var passphraseKey12="";'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'var passphraseKey12="(.*)";'
|
|
|
|
# digest: 4a0a00473045022001a73c92e30b7d3d758141d3c02a0556b645c3db302df3ec3d4cdcc924c4a9d70221009cb70454a96ce29bd3cbd76b6c13e1c5d16ec80883c57b37e6178534b653a869:922c64590222798bb761d5b6d8e72950
|