1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-22 20:01:17 +02:00
GTFOBins.github.io/_gtfobins/csplit.md

19 lines
294 B
Markdown
Raw Normal View History

2020-11-13 11:59:14 +01:00
---
functions:
file-read:
- code: |
LFILE=file_to_read
csplit $LFILE 1
cat xx01
suid:
- code: |
LFILE=file_to_read
csplit $LFILE 1
cat xx01
sudo:
- code: |
LFILE=file_to_read
csplit $LFILE 1
cat xx01
---