Skip to content

Instantly share code, notes, and snippets.

@hoodoer
Created December 10, 2019 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoodoer/cd03c5195b54e9bf33fb4a5ed4fa6d17 to your computer and use it in GitHub Desktop.
Save hoodoer/cd03c5195b54e9bf33fb4a5ed4fa6d17 to your computer and use it in GitHub Desktop.
Exfiltrate data by appending zip file to an image, windows native command
copy /b image.jpg+Exfiltration-test.zip New-Image.jpg.
Note above the '.' matters at the end, it's "New-Image.jpg." not "New-Image.jpg"
You can unzip the original zip file from the .jpg (on a linux box)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment