mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Add zsh file-read/write
This commit is contained in:
parent
69be6785a9
commit
494ea89794
@ -1,5 +1,13 @@
|
||||
---
|
||||
functions:
|
||||
file-read:
|
||||
- code: |
|
||||
export LFILE=file_to_read
|
||||
zsh -c 'echo "$(<$LFILE)"'
|
||||
file-write:
|
||||
- code: |
|
||||
export LFILE=file_to_write
|
||||
zsh -c 'echo DATA >$LFILE'
|
||||
shell:
|
||||
- code: zsh
|
||||
suid:
|
||||
|
Loading…
Reference in New Issue
Block a user