mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Fix batcat function name
This commit is contained in:
parent
f4e71b63cb
commit
19e99ba71f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user