ECCouncil 312-49v11 Question Answer
Sophia, a penetration tester, is conducting a security audit on a target web application that accepts user input and executes system commands based on the provided input. During her testing, she tries to inject a malicious payload into the application's input field to test for command injection vulnerabilities. After experimenting with several techniques, she realizes that the web application allows her to chain multiple commands together. However, she wants to ensure that the second command only executes if the first one is successful.
Which of the following operators should Sophia use to ensure that the subsequent command is executed only if the first command succeeds?

