hatching / vmcloak

Automated Virtual Machine Generation and Cloaking for Cuckoo Sandbox.
479 stars 118 forks source link

Dependency to enable PowerShell script block logging #122

Closed haam3r closed 6 years ago

haam3r commented 6 years ago

What it does

Adds the ability to turn on PowerShell script block, module and transcript logging for windows 7 VM-s.

Prerequisites

Requires Windows 7 SP1, .NET at least 4.5, 2 KB-s mentioned below

Changes

Added two required KB-s to the kb dependency:

Add default value for win7sp dependecy

Since it only has one option, a default seemed sensible, in order to not have to specify the version when declaring this as dependency

New dependency pslogging

Declares dependencies and sets necessary registry keys to enable the logging functionality

jbremer commented 6 years ago

Thanks!