Created
December 10, 2019 09:54
-
-
Save hoodoer/cd03c5195b54e9bf33fb4a5ed4fa6d17 to your computer and use it in GitHub Desktop.
Exfiltrate data by appending zip file to an image, windows native command
This file contains hidden or 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
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