From 379a19bf32affc70cfd0791b48ffd2ce0ea6a99c Mon Sep 17 00:00:00 2001 From: Kiran Ghimire <47425314+Cimihan123@users.noreply.github.com> Date: Fri, 7 May 2021 17:58:06 +0545 Subject: [PATCH] Add xmore --- _gtfobins/xmore.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _gtfobins/xmore.md diff --git a/_gtfobins/xmore.md b/_gtfobins/xmore.md new file mode 100644 index 0000000..7bd1b83 --- /dev/null +++ b/_gtfobins/xmore.md @@ -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 +---