Extreme NetConfig UI Panel - Detect
ID: extreme-netconfig-ui
Severity: info
Author: pussycat0x
Tags: panel,tech,hiveos,extreme
Description
Section titled “Description”Extreme NetConfig UI panel was detected.
YAML Source
Section titled “YAML Source”id: extreme-netconfig-ui
info: name: Extreme NetConfig UI Panel - Detect author: pussycat0x severity: info description: Extreme NetConfig UI panel was detected. 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 shodan-query: http.title:"Extreme NetConfig UI" tags: panel,tech,hiveos,extreme
http: - method: GET path: - "{{BaseURL}}/index.php5"
matchers-condition: and matchers: - type: word part: body words: - '<title>Extreme NetConfig UI</title>' condition: and
- type: status status: - 200
extractors: - type: regex part: body group: 1 regex: - 'version" align="right" valign="bottom">([0-9.a-z]+)<\/td>'# digest: 490a00463044022012ba315392a2cfd313117f9fcb5348262638d0e14cfa99ce0afb354f0a8162e102207eeeb33e7465766cfa4e97319f3d33985987651e6295834d2d9cb0628463e309:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/extreme-netconfig-ui.yaml"