From 19e99ba71f3ead40f2541eeb1f7c5b6f85a6d13a Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Sat, 7 Jan 2023 20:18:07 +0100 Subject: [PATCH] Fix batcat function name --- _gtfobins/batcat.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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