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-10-28 15:27:54 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
7fa5b1e16e8112a11df2b5b07b7fc4c439897522
GTFOBins.github.io
/
_gtfobins
/
cut.md
Emilio Pinna
fce5a22341
Add sudo-enabled to cut
2018-06-16 16:13:16 +01:00
287 B
Raw
Blame
History
functions
functions
sudo-enabled
suid-enabled
file-read
code
LFILE=file_to_read sudo cut -d "" -f1 "$LFILE"
code
LFILE=file_to_read ./cut -d "" -f1 "$LFILE"
code
LFILE=file_to_read cut -d "" -f1 "$LFILE"