From 700a763be94f88f193ba45b79ad528114576de8e Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Sun, 12 Dec 2021 22:57:32 +0530 Subject: [PATCH] Update and rename technologies/aerohive-netconfig-ui.yaml to exposed-panels/aerohive-netconfig-ui.yaml --- .../aerohive-netconfig-ui.yaml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) rename {technologies => exposed-panels}/aerohive-netconfig-ui.yaml (63%) diff --git a/technologies/aerohive-netconfig-ui.yaml b/exposed-panels/aerohive-netconfig-ui.yaml similarity index 63% rename from technologies/aerohive-netconfig-ui.yaml rename to exposed-panels/aerohive-netconfig-ui.yaml index d7f32c44a7..e5641facc7 100644 --- a/technologies/aerohive-netconfig-ui.yaml +++ b/exposed-panels/aerohive-netconfig-ui.yaml @@ -5,18 +5,27 @@ info: severity: info metadata: shodan-dork: 'http.title:"Aerohive NetConfig UI"' - tags: login,tech + tags: panel,tech,hiveos,aerohive + requests: - method: GET path: - "{{BaseURL}}/index.php5" + matchers-condition: and matchers: - type: word + part: body words: - 'Aerohive 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>'