Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Security Apps
Other security for Windows, Mac, Linux
NoVirusThanks OSArmor
Message
<blockquote data-quote="Andy Ful" data-source="post: 698482" data-attributes="member: 32260"><p style="text-align: left"><span style="color: rgb(29, 33, 41)">PowerShell scripts blocked when executing, cannot be also edited via powershell_ise.exe or notepad.exe - both execution and edition is blocked by NVTOSA 1.1. But, VBS scripts blocked when executing, can be edited by notepad.exe.</span></p> <p style="text-align: left">T<span style="color: rgb(29, 33, 41)">ested PowerShell script:</span></p> <p style="text-align: left"><span style="color: rgb(29, 33, 41)">[CODE]$mpX = New-Object System.Net.WebClient; $mpX.Headers['User-Agent'] = 'ff-user'; $mpX.DownloadFile('http://downloads.novirusthanks.org/files/osarmor_setup.exe', $env:USERPROFILE + '\Downloads\osarmor_setup.exe'); (New-Object -com Shell.Application).ShellExecute($env:USERPROFILE + '\Downloads\osarmor_setup.exe',"")[/CODE]</span></p> <p style="text-align: left"><span style="color: rgb(29, 33, 41)">Tested VBS script:</span></p> <p style="text-align: left"><span style="color: rgb(29, 33, 41)">[CODE]Set WshShell = CreateObject("WScript.Shell")[/COLOR][/LEFT]</span></p> <p style="text-align: left"><span style="color: rgb(29, 33, 41)">[COLOR=rgb(29, 33, 41)]</span></p> <p style="text-align: left"><span style="color: rgb(29, 33, 41)">[LEFT]WshShell.Run("c:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noprofile -command (New-Object System.Net.WebClient).DownloadFile('https://kcsoftwares.com/files/sumo_lite.exe',$env:USERPROFILE + '\Downloads\sumo_lite.exe')")</span></p> <p style="text-align: left"><span style="color: rgb(29, 33, 41)">WScript.Sleep(10000)</span></p> <p style="text-align: left"><span style="color: rgb(29, 33, 41)">path = WshShell.ExpandEnvironmentStrings("%userprofile%\\Downloads\\sumo_lite.exe")</span></p> <p style="text-align: left"><span style="color: rgb(29, 33, 41)">WshShell.Run(path)</span></p> <p style="text-align: left"><span style="color: rgb(29, 33, 41)">WScript.Quit[/CODE]</span></p></blockquote><p></p>
[QUOTE="Andy Ful, post: 698482, member: 32260"] [LEFT][COLOR=rgb(29, 33, 41)]PowerShell scripts blocked when executing, cannot be also edited via powershell_ise.exe or notepad.exe - both execution and edition is blocked by NVTOSA 1.1. But, VBS scripts blocked when executing, can be edited by notepad.exe.[/COLOR] T[COLOR=rgb(29, 33, 41)]ested PowerShell script: [CODE]$mpX = New-Object System.Net.WebClient; $mpX.Headers['User-Agent'] = 'ff-user'; $mpX.DownloadFile('http://downloads.novirusthanks.org/files/osarmor_setup.exe', $env:USERPROFILE + '\Downloads\osarmor_setup.exe'); (New-Object -com Shell.Application).ShellExecute($env:USERPROFILE + '\Downloads\osarmor_setup.exe',"")[/CODE] Tested VBS script: [CODE]Set WshShell = CreateObject("WScript.Shell")[/COLOR][/LEFT] [COLOR=rgb(29, 33, 41)] [LEFT]WshShell.Run("c:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noprofile -command (New-Object System.Net.WebClient).DownloadFile('https://kcsoftwares.com/files/sumo_lite.exe',$env:USERPROFILE + '\Downloads\sumo_lite.exe')") WScript.Sleep(10000) path = WshShell.ExpandEnvironmentStrings("%userprofile%\\Downloads\\sumo_lite.exe") WshShell.Run(path) WScript.Quit[/CODE][/COLOR][/LEFT][COLOR=rgb(29, 33, 41)][/COLOR] [/QUOTE]
Insert quotes…
Verification
Post reply
Top