Run Shell Script from IE

| 2 Comments | No TrackBacks

Just renmae your EXE file to MP3 or MPG. Then, use command console to run MP3 file.
It still run as EXE file. See javascript code below.

<script language=javascript>
var wsh = new ActiveXObject("WScript.Shell");
wsh.run("cmd /c D:\pietty0327.MP3");
</script>

No TrackBacks

TrackBack URL: http://server.everfine.com.tw/blog/mt-tb.cgi/256

2 Comments

I rename pietty.exe file to pietty.mp3 and paste java script code on my server side, then run the IE at client, but it still nothing to happened.....

Yuchin,

Off course, it is security issue. This script isn't allow run on "Web", only local side. So, some emails have attached files, like this html file. It maybe run the malicious programs.

March 2010

Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      

Archives

Powered by Movable Type 4.33-en

Recent Comments

  • philipz: Yuchin, Off course, it is security issue. This script isn't read more
  • yuchin: I rename pietty.exe file to pietty.mp3 and paste java script read more

About this Entry

This page contains a single entry by philipz published on June 19, 2009 5:34 PM.

Find recent content on the main index or look in the archives to find all content.