Other Injection Operators

Try using the remaining three injection operators (new-line, &, |), and see how each works and how the output differs. Which of them only shows the output of the injected command?

The answer is | . As we can see from the screenshot above, only the user www-data is showed

Last updated