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
Hard_Configurator Tools
Simple Windows Hardening
Message
<blockquote data-quote="Andy Ful" data-source="post: 940118" data-attributes="member: 32260"><p>SRP protects scripts and scriptlets in 2 ways:</p><ol> <li data-xf-list-type="ol">By file extension (VBS, JS, ..., BAT, CMD, PS1, MSI, CHM, JAR, HTA, etc.)</li> <li data-xf-list-type="ol">By monitoring scripting engines (VBScript, JScript, Windows Command Shell, MSI Installer)</li> </ol><p>The first is related to file associations and can block also other file types (included in the list of Protected SRP extensions). It is similar to SysHardener, but SWH allows whitelisting (not possible in SysHardener).</p><p></p><p>The second is independent of file associations and is triggered when the scripting engine is executed (wscript.exe, cscript.exe, cmd.exe). It will block scripting in SWH when the <Software Restriction Policies>. So even the script embedded in a TXT file will be blocked, for example:</p><p>wscript.exe /e:vbscript D:\helloworld.txt”.</p><p></p><p>If you want to run scripts managed by VBScript, JScript, Windows Command Shell, or MSI Installer engines you have to whitelist them (scripts in the Windows and Program Files .... folders are whitelisted by default).</p></blockquote><p></p>
[QUOTE="Andy Ful, post: 940118, member: 32260"] SRP protects scripts and scriptlets in 2 ways: [LIST=1] [*]By file extension (VBS, JS, ..., BAT, CMD, PS1, MSI, CHM, JAR, HTA, etc.) [*]By monitoring scripting engines (VBScript, JScript, Windows Command Shell, MSI Installer) [/LIST] The first is related to file associations and can block also other file types (included in the list of Protected SRP extensions). It is similar to SysHardener, but SWH allows whitelisting (not possible in SysHardener). The second is independent of file associations and is triggered when the scripting engine is executed (wscript.exe, cscript.exe, cmd.exe). It will block scripting in SWH when the <Software Restriction Policies>. So even the script embedded in a TXT file will be blocked, for example: wscript.exe /e:vbscript D:\helloworld.txt”. If you want to run scripts managed by VBScript, JScript, Windows Command Shell, or MSI Installer engines you have to whitelist them (scripts in the Windows and Program Files .... folders are whitelisted by default). [/QUOTE]
Insert quotes…
Verification
Post reply
Top