Google Answers Logo
View Question
 
Q: HTML, exe dropper ( No Answer,   2 Comments )
Question  
Subject: HTML, exe dropper
Category: Computers > Internet
Asked by: sokowicz-ga
List Price: $25.00
Posted: 23 Apr 2004 16:02 PDT
Expires: 23 May 2004 14:21 PDT
Question ID: 335179
Hello,
i search for a html code to execute an *.exe file by opening an html
file. For example if i open the page www.web.com/xyz.html it will open
xyz.exe .It should work with the internet explorer.I want it to make
people use my site to use special tools, that they can just use the
tools if they go on my site and they shouldnīt can download them.

I found something like this on http://www.malware.com/gulp.html but
its too old and doesnt work anymore

PS:I donīt want a possibility to make the people come on my site to
use the tools that was just the reason.I need the html code.
Answer  
There is no answer at this time.

Comments  
Subject: Re: HTML, exe dropper
From: topbanana-ga on 25 Apr 2004 14:33 PDT
 
The reason it's too old and doesn't work any more is because think of
the security risk involved in running a potentially harmful
application on your computer that could do just about anything you
wanted to. It's on 'mal'ware.com for a reason!
Subject: Re: HTML, exe dropper
From: bobbyrobson-ga on 27 Apr 2004 10:18 PDT
 
<HTML>
-------------
<HEAD>
</HEAD>
<BODY>
<a id="program" href="c:/program files/programfolder/program.exe"></a>
<SCRIPT>
program.click()
</SCRIPT>
</BODY>
</HTML>
--------------
Save the above as a .html file (copy into notepad and save as .html)

Change "c:/program files/programfolder/program.exe"
to the program name and location you want to start.
This will only start a program located on the users computer though!

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy