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
Miguel R 4c5d5ef3d7
Add xpad
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2022-02-19 13:28:53 +01:00

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