Closed sec13b closed 2 weeks ago
You can put the password into a file then $(cat filewithpassword) as the password.
(NOTE) "r" is the file that holds the password in my screenshot.
thank you a lot
You can also put your password in single quotes and "glue" the single quote within your password to the rest of the password 'm'"'"'"I$O*D#"i|ZXxv'
. Encapsulate in single quotes any time an input arg has bash special characters like $, !, |, etc.
>>> echo 'm'"'"'"I$O*D#"i|ZXxv'
m'"I$O*D#"i|ZXxv
thank you , i used $(cat filewithpassword) and work perfectly
how i can do if i have a password like this : m'"I$O*D#"i|ZX"xv
results: