From a3f2107360ee6b96599b6161e8a85cabc97f0cde Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Fri, 5 Feb 2021 13:38:30 +0100 Subject: [PATCH] Clone vipw to vigr as it is just a symlink --- _gtfobins/vigr.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _gtfobins/vigr.md diff --git a/_gtfobins/vigr.md b/_gtfobins/vigr.md new file mode 100644 index 0000000..a755222 --- /dev/null +++ b/_gtfobins/vigr.md @@ -0,0 +1,8 @@ +--- +description: This command allows to edit some designated files (`/etc/passwd`, `/etc/group`, `/etc/shadow` and `/etc/gshadow`) safely by spawning the default editor (falling back to [`vim`](/gtfobins/vim/), other functions may apply). Despite requiring superuser privileges to run, the editor is executed as the unprivileged user when run as SUID or with `sudo`. +functions: + suid: + - code: ./vigr + sudo: + - code: sudo vigr +---