Skip to content

Configuration: WordPress wp-config Detection

Identifier: wordpress_accessible_wpconfig

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

WordPress wp-config was discovered. This file is remotely accessible and its content available for reading.

Configuration

Example

Example configuration:

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