Access Control: Default Credentials Used¶
Identifier:
default_credentials_used
Scanner(s) Support¶
| GraphQL Scanner | REST Scanner | WebApp Scanner | ASM Scanner |
|---|---|---|---|
Description¶
Services configured with default or anonymous credentials expose data to unauthorized users and can be used as a pivot for lateral movement.
How we test: For each detected technology exposing an authentication endpoint (e.g. FTP, SSH, databases), we attempt to authenticate using common default username/password pairs and known anonymous accounts. If authentication succeeds, we report the vulnerability.
Configuration¶
Example¶
Example configuration:
Reference¶
skip¶
Type : boolean
Skip the test if true.