Created
July 8, 2019 16:59
-
-
Save dagelf/656ee4515469061342576275dcbbfa11 to your computer and use it in GitHub Desktop.
No Xmodem, Zmodem, ftp,scp? Abduct a file from an embedded system with busybox hexdump!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hexdump -v -e '/1 "%02x"' file | |
# copy and paste | |
xxd -r -p > file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment