Skip to content

Instantly share code, notes, and snippets.

@nfhipona
Created November 22, 2019 10:15
Show Gist options
  • Save nfhipona/d0496a2ae3f427314a2d61d3943fbe12 to your computer and use it in GitHub Desktop.
Save nfhipona/d0496a2ae3f427314a2d61d3943fbe12 to your computer and use it in GitHub Desktop.
HTB -- dump text file content into an image file
cat file.txt | sed '/^\s*$/d' | base64 -d | xxd -r -p > image.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment