This website requires JavaScript.
Explore
Help
Sign In
dash
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
42997519e18657c6d08196ee16f80ff18789cb4f
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
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"
Reference in New Issue
View Git Blame
Copy Permalink