Update and rename technologies/extreme netconfig-ui.yaml to exposed-panels/extreme-netconfig-ui.yaml

patch-1
Prince Chaddha 2021-12-12 23:01:09 +05:30 committed by GitHub
parent 700a763be9
commit 907b3f3c50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 3 deletions

View File

@ -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:
- '<title>Extreme NetConfig UI</title>'
condition: and
part: body
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'version" align="right" valign="bottom">([0-9.a-z]+)<\/td>'