mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 23:09:46 +01:00
4c5d5ef3d7
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
13 lines
265 B
Markdown
13 lines
265 B
Markdown
---
|
|
description: This is a GUI application. The file content is displayed in a sticky note.
|
|
functions:
|
|
file-read:
|
|
- code: |
|
|
LFILE=file_to_read
|
|
xpad -f "$LFILE"
|
|
sudo:
|
|
- code: |
|
|
LFILE=file_to_read
|
|
sudo xpad -f "$LFILE"
|
|
---
|