super
Execute commands setuid root
Install
- All systems
-
curl cmd.cat/super.sh
- Debian
-
apt-get install super
- Ubuntu
-
apt-get install super
- Kali Linux
-
apt-get install super
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install super
- Raspbian
-
apt-get install super
- Dockerfile
- dockerfile.run/super
super
Execute commands setuid root
Super allows specified users to execute scripts (or other commands) as if they were root; or it can set the uid and/or gid on a per-command basis before executing the command. It is intended to be a secure alternative to making scripts setuid root.