mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 06:31:33 +01:00
14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
---
|
|
functions:
|
|
file-read:
|
|
- binary: false
|
|
code: |-
|
|
whiptail --textbox --scrolltext /path/to/input-file 0 0
|
|
comment: |-
|
|
The file is shown in an interactive TUI dialog made for displaying text, arrows can be used to scroll long content.
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
unprivileged:
|
|
...
|