45 lines
1.2 KiB
YAML
45 lines
1.2 KiB
YAML
id: juniper-panel
|
|
|
|
info:
|
|
name: Juniper J-Web Panel - Detect
|
|
author: bhutch
|
|
severity: info
|
|
description: |
|
|
Juniper J-Web panel was detected.
|
|
reference:
|
|
- https://www.juniper.net/documentation/us/en/software/jweb-ex/jweb-ex-application-package/topics/concept/ex-series-j-web-interface-overview.html
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: "http.title:\"Juniper Web Device Manager\""
|
|
tags: panel,juniper,vpn,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '(i?)<title>(Log In - )?Juniper Web Device Manager</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
name: model
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'var modelphpStr = "(.*?)";'
|
|
# digest: 4a0a0047304502205ca23f303d8fa1ef26270300c55737695329a18b419a0eaa9c633ec3d476a6b902210089ea66b95ddb52fa15accc8bebc0824d44dc509c97674017cf72d1a0ba8c0997:922c64590222798bb761d5b6d8e72950 |