1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-10-18 05:18:13 +02:00
GTFOBins.github.io/_gtfobins/xpad.md

13 lines
265 B
Markdown
Raw Permalink Normal View History

---
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"
---