This website requires JavaScript.
Explore
Help
Sign In
public-mirrors
/
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
synced
2025-11-19 10:04:54 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
7e5bcab24960238a4efd1b9381dd66bee6aa0159
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