diff --git a/_gtfobins/batcat.md b/_gtfobins/batcat.md index e666142..11747b8 100644 --- a/_gtfobins/batcat.md +++ b/_gtfobins/batcat.md @@ -1,11 +1,11 @@ --- -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. +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: + limited-suid: - code: | ./batcat --paging always /etc/profile !/bin/sh