OS command injection
Last updated
Last updated
Whenever a web app calls out to OS commands (e.g. via a pearl script), malicious commands may be injected. This can potentially lead to a full compromise of the system.
Exfiltrate data
Windows and Unix:
&
&&
|
||
Unix only:
;
Newline: 0x0a
or
Backticks: `command`
Dollar character: $(command)