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:
Miguel R 2022-02-19 13:28:53 +01:00 committed by GitHub
parent 7e2e188305
commit 4c5d5ef3d7
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

12
_gtfobins/xpad.md Normal file
View File

@ -0,0 +1,12 @@
---
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"
---