Added HortonWorks SmartSense Default Credentials
parent
0832491843
commit
8030b46355
|
@ -0,0 +1,31 @@
|
|||
id: hortonworks-smartsense-default-credentials
|
||||
|
||||
info:
|
||||
name: HortonWorks SmartSense Default Credentials
|
||||
author: Techryptic (@Tech)
|
||||
severity: high
|
||||
description: Default Credentials of admin:admin on HortonWorks SmartSense application.
|
||||
reference: https://docs.cloudera.com/HDPDocuments/SS1/SmartSense-1.2.2/bk_smartsense_admin/content/manual_server_login.html
|
||||
tags: hortonworks,smartsense,default-login
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/apt/v1/context'
|
||||
headers:
|
||||
Authorization: Basic YWRtaW46YWRtaW4=
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Set-Cookie: SUPPORTSESSIONID"
|
||||
part: header
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "smartsenseId"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue