diff --git a/_gtfobins/wall.md b/_gtfobins/wall.md new file mode 100644 index 0000000..37442de --- /dev/null +++ b/_gtfobins/wall.md @@ -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" +---