46 lines
1.2 KiB
YAML
46 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
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 2
|
|
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: 4b0a00483046022100fc6761f1e20dc648ed664ad95d12ebbf947321c37644528bc30edc2a7bc4918d0221009f32657ac7c105b55a5dbe72bb6f2d59f11c4f73563b60a96c5153f99d25b636:922c64590222798bb761d5b6d8e72950 |