mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-08-07 19:54:12 +02:00
22 lines
595 B
Plaintext
22 lines
595 B
Plaintext
---
|
|
functions:
|
|
file-read:
|
|
- binary: false
|
|
code: |-
|
|
tsc /path/to/input-file.ts
|
|
comment: |-
|
|
Content is leaked as error messages. The file extension must be one of the supported ones, e.g., `.ts`, `.tsx`, etc.
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
file-write:
|
|
- binary: false
|
|
code: |-
|
|
tsc /path/to/input-file.ts --outFile /path/to/output-file
|
|
comment: |-
|
|
Content is leaked as error messages and written to file. The file extension must be one of the supported ones, e.g., `.ts`, `.tsx`, etc.
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
...
|