Probe: Password¶
About¶
The password probe scans for stored (plain text) passwords.
Configuration¶
- probe.password.format¶
Default reporting format, available options:
| Option | Description |
|---|---|
| filename | Full path to the file. |
| filename_relative | Path to the file relative to the current working directory. |
| line | Line number of finding. |
| password | Password as discovered. |
| password_masked | Masked password as discovered, suitable for reporting. |
| text | Full line of the finding. |
| text_masked | Full line of the finding with the password masked, suitable for reporting. |
| pattern | Regular expression that scans for passwords. The regular expression is a Python-compatible regular expression and must include at least a password capture group. |