mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Add xmore
This commit is contained in:
parent
254db17d9c
commit
379a19bf32
16
_gtfobins/xmore.md
Normal file
16
_gtfobins/xmore.md
Normal 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
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user