diff --git a/technologies/extreme netconfig-ui.yaml b/exposed-panels/extreme-netconfig-ui.yaml similarity index 64% rename from technologies/extreme netconfig-ui.yaml rename to exposed-panels/extreme-netconfig-ui.yaml index c540d99b6a..ec0a1d77bd 100644 --- a/technologies/extreme netconfig-ui.yaml +++ b/exposed-panels/extreme-netconfig-ui.yaml @@ -5,18 +5,28 @@ info: severity: info metadata: shodan-dork: 'http.title:"Extreme NetConfig UI"' - tags: login,tech + tags: panel,tech,hiveos,extreme + requests: - method: GET path: - "{{BaseURL}}/index.php5" + matchers-condition: and matchers: - type: word + part: body words: - 'Extreme NetConfig UI' condition: and - part: body + - type: status status: - - 200 \ No newline at end of file + - 200 + + extractors: + - type: regex + part: body + group: 1 + regex: + - 'version" align="right" valign="bottom">([0-9.a-z]+)<\/td>'