1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 14:36:23 +01:00
GTFOBins.github.io/_gtfobins/arj
2025-12-24 02:25:50 +01:00

26 lines
516 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
arj a /path/to/output-file /path/to/input-file
arj p /path/to/output-file
comment: |-
The `.arj` suffix will be added to `output-file`.
contexts:
sudo:
suid:
unprivileged:
file-write:
- code: |-
echo DATA >output-file
arj a x output-file
arj e x /path/to/output-dir/
comment: |-
The `.arj` suffix will be added to `x`.
contexts:
sudo:
suid:
unprivileged:
...