This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced
2026-01-07 00:01:33 +01:00
Code
Issues
5fa7efbc1c
GTFOBins.github.io
/
_gtfobins
/
sort.md
Andrea Cardaci
42997519e1
Fix sort file-read to avoid actually sorting lines
...
Thanks to @dubek.
2018-06-03 10:01:46 +02:00
269 B
Raw
Blame
History
functions
sudo-enabled
suid-enabled
file-read
code
LFILE=file_to_read sudo sort -m "$LFILE"
code
LFILE=file_to_read ./sort -m "$LFILE"
code
LFILE=file_to_read sort -m "$LFILE"