mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 14:36:23 +01:00
22 lines
450 B
Plaintext
22 lines
450 B
Plaintext
---
|
|
functions:
|
|
file-read:
|
|
- binary: false
|
|
code: |-
|
|
mypy /path/to/input-file
|
|
comment: |-
|
|
Partial content is leaked as error messages.
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
file-write:
|
|
- binary: false
|
|
code: |-
|
|
mypy /path/to/input-file --junit-xml /path/to/output-file
|
|
comment: |-
|
|
Partial content is leaked as error messages inside some XML tags.
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
...
|