Skip to content

Configuration: PhpMyAdmin - Unauthenticated Access

Identifier: phpmyadmin_unauth_access

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

Unauthenticated Access to phpmyadmin dashboard.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  phpmyadmin_unauth_access:
    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.