1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
d4t4s3c 2022-01-26 22:20:34 +01:00 committed by GitHub
parent 1c8c10efbc
commit 9a222c6814
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

8
_gtfobins/wall.md Normal file
View 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"
---