46 lines
1.0 KiB
YAML
46 lines
1.0 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
|
||
|
|
||
|
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 = "(.*?)";'
|