Add sort, ul, uniq
This commit is contained in:
16
_gtfobins/sort.md
Normal file
16
_gtfobins/sort.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
description: The read file content is corrupted by being sorted.
|
||||
functions:
|
||||
sudo-enabled:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
sudo sort "$LFILE"
|
||||
suid-enabled:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
./sort "$LFILE"
|
||||
file-read:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
sort "$LFILE"
|
||||
---
|
||||
Reference in New Issue
Block a user