mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
Add wall
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
parent
1c8c10efbc
commit
9a222c6814
8
_gtfobins/wall.md
Normal file
8
_gtfobins/wall.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
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"
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user