mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 15:59:17 +01:00
9 lines
204 B
Markdown
9 lines
204 B
Markdown
|
---
|
||
|
description: The textual file is dumped on the current TTY (neither to `stdout` nor to `stderr`).
|
||
|
functions:
|
||
|
sudo:
|
||
|
- code: |
|
||
|
LFILE=file_to_read
|
||
|
sudo wall --nobanner "$LFILE"
|
||
|
---
|