Update and rename technologies/extreme netconfig-ui.yaml to exposed-panels/extreme-netconfig-ui.yaml
parent
700a763be9
commit
907b3f3c50
|
@ -5,18 +5,28 @@ info:
|
||||||
severity: info
|
severity: info
|
||||||
metadata:
|
metadata:
|
||||||
shodan-dork: 'http.title:"Extreme NetConfig UI"'
|
shodan-dork: 'http.title:"Extreme NetConfig UI"'
|
||||||
tags: login,tech
|
tags: panel,tech,hiveos,extreme
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/index.php5"
|
- "{{BaseURL}}/index.php5"
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
part: body
|
||||||
words:
|
words:
|
||||||
- '<title>Extreme NetConfig UI</title>'
|
- '<title>Extreme NetConfig UI</title>'
|
||||||
condition: and
|
condition: and
|
||||||
part: body
|
|
||||||
- type: status
|
- type: status
|
||||||
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