nuclei-templates/exposed-panels/aerohive-netconfig-ui.yaml

32 lines
663 B
YAML
Raw Normal View History

2021-12-11 13:19:52 +00:00
id: aerohive-netconfig-ui
info:
name: Aerohive NetConfig UI
author: pussycat0x
severity: info
metadata:
shodan-dork: 'http.title:"Aerohive NetConfig UI"'
tags: panel,tech,hiveos,aerohive
2021-12-11 13:19:52 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/index.php5"
2021-12-11 13:19:52 +00:00
matchers-condition: and
matchers:
- type: word
part: body
2021-12-11 13:19:52 +00:00
words:
- '<title>Aerohive NetConfig UI</title>'
2021-12-11 13:19:52 +00:00
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'version" align="right" valign="bottom">([0-9.a-z]+)<\/td>'