Skip to content

CMD Injection. Embedded command

Use $(command). It works only in Linux Examples:

echo "This is `whoami`"
echo "This is $(whoami)"

Pasted image 20230905141100.png