mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-03-13 19:18:09 +01:00
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"
|
|
---
|