Replies: 1 comment
-
Hello @Smasherr Unfortunately, we do not have a tool for decoding passwords or information on how to write one yourself. If you have ideas on how we can do that using Regards, Dmitriy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
When using an encrypted password trivy doesn't try to decrypt it before authenticating. The consequence is the decrypted password is used for authentication as if it were clear text.
Desired Behavior
Trivy should use settings-security.xml containing the master password to decrypt server passwords in settings.xml.
Actual Behavior
Only if using
--debug
there are error messages:Reproduction Steps
Target
Filesystem
Scanner
Vulnerability
Output Format
None
Mode
Standalone
Debug Output
Operating System
Alpine Linux in a Docker container
Version
Checklist
trivy image --reset
Beta Was this translation helpful? Give feedback.
All reactions