(Flickr) Using curl & wget to Download & Execute Image



(Flickr) Using curl & wget to Download & Execute Image

(Flickr) Using curl & wget to Download & Execute Image

Using curl (Windows) & wget (Linux) to download and execute PNG image from hosting site (Flickr).

PNG Image is embedded with a .flac music file. Once curl & wget download the image, it is executed so that the script embedded within the image runs and extracts the .flac music file and opens the media player to play the music.

Links for Flickr rain (.flac) image

Windows:
curl -o img1.cmd “https://live.staticflickr.com/65535/53012539459_b05ca283d4_o_d.png”;.img1.cmd

Linux:
wget “https://live.staticflickr.com/65535/53012539459_b05ca283d4_o_d.png”;mv “53012539459_b05ca283d4_o_d.png” img1.png;chmod +x img1.png;./img1.png

pdvzip:
https://github.com/CleasbyCode/pdvzip