1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2025-12-31 04:31:40 +01:00
GTFOBins.github.io/_gtfobins/paste.md
2020-11-13 11:59:14 +01:00

16 lines
239 B
Markdown

---
functions:
file-read:
- code: |
LFILE=file_to_read
paste $LFILE
suid:
- code: |
LFILE=file_to_read
paste $LFILE
sudo:
- code: |
LFILE=file_to_read
sudo paste $LFILE
---