Sensitive Data: OpenSearch Dashboard - Default Login¶
Identifier:
opensearch_dashboard_default_login
Scanner(s) Support¶
| GraphQL Scanner | REST Scanner | WebApp Scanner |
|---|---|---|
Description¶
OpenSearch Dashboard is a community-driven, open source search and analytics suite. This template detects instances using default credentials (admin:admin).
Reference:
- https://opensearch.org/docs/latest/security/access-control/users-roles/
- https://github.com/opensearch-project/OpenSearch-Dashboards
Configuration¶
Example¶
Example configuration:
---
security_tests:
opensearch_dashboard_default_login:
assets_allowed:
- REST
- GRAPHQL
- WEBAPP
skip: false
Reference¶
assets_allowed¶
Type : List[AssetType]*
List of assets that this check will cover.
skip¶
Type : boolean
Skip the test if true.