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/dos2unix
2026-01-02 22:46:43 +01:00

18 lines
291 B
Plaintext

---
functions:
file-read:
- code: |-
dos2unix -f -O /path/to/input-file
contexts:
sudo:
suid:
unprivileged:
file-write:
- code: |-
dos2unix -f -n /path/to/input-file /path/to/output-file
contexts:
sudo:
suid:
unprivileged:
...