You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command echo "hi^"&calc" will show everything after the word "echo" as quoted (yellow). This is incorrect, because the quotes escape the escape character, leaving the 2nd quote unescaped
This could be a minor security issue, as users could hypothetically be social engineered into running a command with an escaped end quote
The text was updated successfully, but these errors were encountered:
The command
echo "hi^"&calc"
will show everything after the word "echo" as quoted (yellow). This is incorrect, because the quotes escape the escape character, leaving the 2nd quote unescapedThis could be a minor security issue, as users could hypothetically be social engineered into running a command with an escaped end quote
The text was updated successfully, but these errors were encountered: