The title says it all, I was wondering if some malicious code could be placed in the image file (the formats I am concerned with are JPEG, PNG and WEBP, basically the common formats available when you download from google), for example as metadata, so that it would be executed when opened (or simply downloaded but that seems less likely), and if such malicious images can be obtained from Google Images after rightclicking on it after a search and selecting "save image as".
Asked
Active
Viewed 4,922 times
0
strings -a original.jpgwill print metadata, dates, etc. The re-encoded image from Google won't. – reed May 11 '20 at 10:25