Skip to content

Instantly share code, notes, and snippets.

@kkirsche
Created October 4, 2018 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kkirsche/e914837ae8c0413ccd7e18d63c681cc8 to your computer and use it in GitHub Desktop.
Save kkirsche/e914837ae8c0413ccd7e18d63c681cc8 to your computer and use it in GitHub Desktop.
msf-hex-to-bin.sh
#!/bin/sh
cat "${1}" | tr -d '\\x' | xxd -r -p > "${1}.bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment