1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 06:31:33 +01:00
GTFOBins.github.io/_gtfobins/bzip2
2025-12-26 01:11:32 +01:00

13 lines
377 B
Plaintext

---
comment: |-
There are also a number of other utilities that rely on `bzip2` under the hood, e.g., `bzless`, `bzcat`, `bunzip2`, etc. Besides having similar features, they also allow privileged reads if `bzip2` itself is SUID.
functions:
file-read:
- code: |-
bzip2 -c /path/to/input-file | bzip2 -d
contexts:
sudo:
suid:
unprivileged:
...