1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/wall.md
d4t4s3c 9a222c6814
Add wall
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2022-01-26 22:20:34 +01:00

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"
---