-
Notifications
You must be signed in to change notification settings - Fork 10
Framework Structure
Scott Sutherland edited this page Mar 29, 2022
·
7 revisions
Below is a summary of the PowerHunt framework's directory structure.
Path | Description |
---|---|
PowerHunt.psm1 | This the primary script. |
\windows\modules\collection | This contains all Windows collection modules. Collection modules can be added here and run against targets without additional code changes to the primary script. |
\windows\modules\analysis | This contains all Windows analysis modules. Analysis modules can be added here and run against targets without additional code changes to the primary script. |
\windows\modules\lists | This contains lists of items used by analysis modules. |