mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 15:59:17 +01:00
Add cut
This commit is contained in:
parent
b3fc53a9d3
commit
659002adef
11
_gtfobins/cut.md
Normal file
11
_gtfobins/cut.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
functions:
|
||||
sudo-enabled:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
sudo cut -d "" "$LFILE" -f1
|
||||
file-read:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
cut -d "" "$LFILE" -f1
|
||||
---
|
Loading…
Reference in New Issue
Block a user