1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-04-28 04:45:14 +02:00

Add xmore

This commit is contained in:
Kiran Ghimire 2021-05-07 17:58:06 +05:45 committed by GitHub
parent 254db17d9c
commit 379a19bf32
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

16
_gtfobins/xmore.md Normal file
View File

@ -0,0 +1,16 @@
---
description: The file is displayed in a Xorg window, so it needs a working graphical environment.
functions:
file-read:
- code: |
LFILE=file_to_read
xmore $LFILE
suid:
- code: |
LFILE=file_to_read
./xmore $LFILE
sudo:
- code: |
LFILE=file_to_read
sudo xmore $LFILE
---