1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 15:59:17 +01:00
This commit is contained in:
Roman Mueller 2018-06-16 14:39:00 +02:00 committed by Emilio
parent b3fc53a9d3
commit 659002adef

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
---