mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
Fix other editors file write
This commit is contained in:
parent
b4b67ff10b
commit
866ca2e404
@ -5,6 +5,7 @@ functions:
|
||||
file-write:
|
||||
- code: |
|
||||
emacs file_to_write
|
||||
data
|
||||
C-x C-s
|
||||
file-read:
|
||||
- code: emacs file_to_read
|
||||
|
@ -12,6 +12,7 @@ functions:
|
||||
file-write:
|
||||
- code: |
|
||||
nano file_to_write
|
||||
data
|
||||
^O
|
||||
file-read:
|
||||
- code: nano file_to_read
|
||||
|
@ -12,6 +12,7 @@ functions:
|
||||
file-write:
|
||||
- code: |
|
||||
pico file_to_write
|
||||
data
|
||||
^O
|
||||
file-read:
|
||||
- code: pico file_to_read
|
||||
|
@ -9,6 +9,8 @@ functions:
|
||||
file-write:
|
||||
- code: |
|
||||
vi file_to_write
|
||||
idata
|
||||
^[
|
||||
w
|
||||
file-read:
|
||||
- code: vi file_to_read
|
||||
|
@ -9,6 +9,8 @@ functions:
|
||||
file-write:
|
||||
- code: |
|
||||
vim file_to_write
|
||||
idata
|
||||
^[
|
||||
w
|
||||
file-read:
|
||||
- code: vim file_to_read
|
||||
|
Loading…
Reference in New Issue
Block a user