forked from adysec/nuclei_poc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaerohive-netconfig-ui-200.yaml
39 lines (33 loc) · 1.05 KB
/
aerohive-netconfig-ui-200.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
id: aerohive-netconfig-ui
info:
name: Aerohive NetConfig UI
author: pussycat0x
severity: info
description: An Aerohive NetConfig user interface was detected. The NetConfig UI provides a fundamental set of configurations for configuring basic network and HiveManager connectivity settings, and uploading new IQ Engine images to Extreme Networks APs.
reference:
- https://docs.aerohive.com/330000/docs/help/english/ng/Content/reference/docs/online-help-systems.htm
classification:
cwe-id: CWE-200
metadata:
shodan-dork: http.title:"Aerohive NetConfig UI"
tags: panel,tech,hiveos,aerohive
requests:
- method: GET
path:
- "{{BaseURL}}/index.php5"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Aerohive NetConfig UI</title>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'version" align="right" valign="bottom">([0-9.a-z]+)<\/td>'
# Enhanced by mp on 2022/03/21