1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-08 16:31:34 +01:00
GTFOBins.github.io/_gtfobins/rev.md

16 lines
253 B
Markdown

---
functions:
file-read:
- code: |
LFILE=file_to_read
rev $LFILE | rev
suid:
- code: |
LFILE=file_to_read
./rev $LFILE | rev
sudo:
- code: |
LFILE=file_to_read
sudo rev $LFILE | rev
---