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/cmp
2025-12-31 12:55:21 +01:00

14 lines
280 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
cmp /path/to/input-file /dev/zero -b -l
comment: |-
Dump the bytes of the input file that are different from the NUL byte in a tabular format.
contexts:
sudo:
suid:
unprivileged:
...