Anyone know about stenanography ?

Discussion in 'Programming' started by -jay-, Dec 6, 2007.

  1. #1
    Does anyone know how to execute a script inside an image. ive embedded
    1. html
    2. javascript

    inside images, they are not password protected and i would like to find out how i can execute the code in the image from a web page.

    thanks
     
    -jay-, Dec 6, 2007 IP
  2. ngcoders

    ngcoders Active Member

    Messages:
    206
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #2
    sadly its not possible , unless u plan to use some browser exploit ... which will be browser specific.

    Also why would you want to do so ?
     
    ngcoders, Dec 6, 2007 IP
  3. live-cms_com

    live-cms_com Notable Member

    Messages:
    3,128
    Likes Received:
    112
    Best Answers:
    0
    Trophy Points:
    205
    Digital Goods:
    1
    #3
    You can execute it on your own website, if you use .htaccess to make certain file extensions be executed through PHP. Like you could have .jpg files execute through PHP. You could run PHP functions but I can't think of a way to have it echo.
     
    live-cms_com, Dec 6, 2007 IP
  4. -jay-

    -jay- Well-Known Member

    Messages:
    2,311
    Likes Received:
    47
    Best Answers:
    0
    Trophy Points:
    160
    #4
    the images will load from my site.
     
    -jay-, Dec 7, 2007 IP