1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/xmore.md

17 lines
339 B
Markdown
Raw Permalink Normal View History

2021-05-07 14:13:06 +02:00
---
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
---