diff --git a/_gtfobins/git.md b/_gtfobins/git.md index f66c874..5d0443c 100644 --- a/_gtfobins/git.md +++ b/_gtfobins/git.md @@ -8,7 +8,7 @@ functions: !/bin/sh 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. + - description: 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. code: | sudo git help config !/bin/sh