mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +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"
|
||
|
---
|