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