mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
25 lines
303 B
Markdown
25 lines
303 B
Markdown
---
|
|
functions:
|
|
shell:
|
|
- code: |
|
|
ex
|
|
!/bin/sh
|
|
file-write:
|
|
- code: |
|
|
ex file_to_write
|
|
a
|
|
DATA
|
|
.
|
|
w
|
|
q
|
|
file-read:
|
|
- code: |
|
|
ex file_to_read
|
|
,p
|
|
q
|
|
sudo:
|
|
- code: |
|
|
sudo ex
|
|
!/bin/sh
|
|
---
|