msdat icon indicating copy to clipboard operation
msdat copied to clipboard

Password Special Characters are Shell Interpreted

Open Zamanry opened this issue 1 year ago • 0 comments

My team has noticed that passwords quoted such as 'Password123!' or "Password123!" will fail as the Linux shell interprets the ! as a Bash/Zsh character rather than a string character. This causes password incorrect errors constantly. Our team always single quotes passwords in Linux by default, but this still will cause an error. This issue is not encountered with other tools.

Ideally, this password parameter doesn't require special character escaping. Thanks!

Zamanry avatar Nov 22 '24 13:11 Zamanry