Fix batcat function name

This commit is contained in:
Andrea Cardaci 2023-01-07 20:18:07 +01:00
parent f4e71b63cb
commit 19e99ba71f

View File

@ -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: functions:
shell: shell:
- code: | - code: |
batcat --paging always /etc/profile batcat --paging always /etc/profile
!/bin/sh !/bin/sh
suid-limited: limited-suid:
- code: | - code: |
./batcat --paging always /etc/profile ./batcat --paging always /etc/profile
!/bin/sh !/bin/sh