Update and rename technologies/aerohive-netconfig-ui.yaml to exposed-panels/aerohive-netconfig-ui.yaml
parent
85b30e0a46
commit
700a763be9
|
@ -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:
|
||||
- '<title>Aerohive NetConfig UI</title>'
|
||||
condition: and
|
||||
part: body
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- 'version" align="right" valign="bottom">([0-9.a-z]+)<\/td>'
|
Loading…
Reference in New Issue