Skip to content

Commit 58f0dff

Browse files
committed
HG: Added examples for new commands in the README.
1 parent 6b0ea36 commit 58f0dff

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.adoc

+22
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,28 @@ For example:
4949

5050
// FIXME
5151

52+
=== Customization
53+
54+
You can modify (add, modify or delete) registry keys, directories and files like this:
55+
56+
Registry keys:
57+
58+
./malboxes.py registry profile modtype key name value valuetype
59+
60+
Ex: ./malboxes registry win10_64_analyst add HKCU:\Software Malboxes IsAwesome String
61+
62+
Directories and files:
63+
64+
./malboxes.py directory profile modtype dirpath
65+
66+
Ex: ./malboxes.py directory BadAPT57 delete C:\Windows\System32
67+
68+
You can add packages to install that are specific to the profile:
69+
70+
./malboxes.py package profile package
71+
72+
Ex: ./malboxes.py package RansomwareThatINeedRevengeOn chrome
73+
5274
== Credits
5375

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

0 commit comments

Comments
 (0)