Merge pull request #2877 from securitytest3r/master
Add hpe-system-management-homepage-login.yamlpatch-1
commit
3e2b9c1120
|
@ -0,0 +1,27 @@
|
|||
id: hpe-system-management-login
|
||||
|
||||
info:
|
||||
name: HPE System Management Login
|
||||
author: divya_mudgal
|
||||
severity: info
|
||||
tags: hp,tech,panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/cpqlogin.htm"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
condition: and
|
||||
part: body
|
||||
words:
|
||||
- "HPE System Management Homepage"
|
||||
- "/proxy/ssllogin"
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- "HPE System Management Homepage v([0-9-.]*)"
|
Loading…
Reference in New Issue