Skip to content

Commit

Permalink
HG: Added examples for new commands in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Svieg committed May 17, 2016
1 parent 6b0ea36 commit 58f0dff
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,28 @@ For example:

// FIXME

=== Customization

You can modify (add, modify or delete) registry keys, directories and files like this:

Registry keys:

./malboxes.py registry profile modtype key name value valuetype

Ex: ./malboxes registry win10_64_analyst add HKCU:\Software Malboxes IsAwesome String

Directories and files:

./malboxes.py directory profile modtype dirpath

Ex: ./malboxes.py directory BadAPT57 delete C:\Windows\System32

You can add packages to install that are specific to the profile:

./malboxes.py package profile package

Ex: ./malboxes.py package RansomwareThatINeedRevengeOn chrome

== Credits

After I had the idea for an improved malware analyst workflow based on what
Expand Down

0 comments on commit 58f0dff

Please sign in to comment.