Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password Special Characters are Shell Interpreted #17

Open
Zamanry opened this issue Nov 22, 2024 · 0 comments
Open

Password Special Characters are Shell Interpreted #17

Zamanry opened this issue Nov 22, 2024 · 0 comments

Comments

@Zamanry
Copy link

Zamanry commented Nov 22, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant