Command Injection - samuel-richardson/Sam-Tech-Journal GitHub Wiki
Command Injection
- If input is set to the shell or executed, command injection may be possible.
- Using
;
or&&
can be used to complete or break the first statement, allowing for the injection of commands afterward. - This can be used to make a reverse shell, for example.