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-16 08:35:14 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
4fdaada820fdc721f9e41fbf2f521b89c7ac5d71
GTFOBins.github.io
/
_gtfobins
/
xxd.md
Emilio Pinna
dd337b5ddf
Adopt new function names
2018-10-05 18:55:38 +01:00
368 B
Raw
Blame
History
functions
functions
file-write
file-read
suid
sudo
code
LFILE=file_to_write echo DATA | xxd | xxd -r - "$LFILE"
code
LFILE=file_to_read xxd "$LFILE" | xxd -r
code
LFILE=file_to_read ./xxd "$LFILE" | xxd -r
code
LFILE=file_to_read sudo xxd "$LFILE" | xxd -r
Reference in New Issue
View Git Blame
Copy Permalink