-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathFuzzbunch.xml
64 lines (54 loc) · 2.12 KB
/
Fuzzbunch.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0"?>
<t:config id="0"
name="Fuzzbunch"
version="3.5.1"
configversion="3.5.1.0"
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xmlns:t='tc0'>
<t:banner value="FuZZbuNch" />
<t:parameter name="NetworkTimeout"
description="Network timeout (in seconds)"
type="U16"
default="60"/>
<t:parameter name="ResourcesDir"
description="Absolute path of the Resources Directory"
type="String"
default="D:\DSZOPSDISK\Resources"/>
<t:parameter name="LogDir"
description="Absolute path of an Initial Log Directory"
type="String"
default="D:\logs"/>
<t:parameter name="Color"
description="Enable or disable color within Fuzzbunch"
type="Boolean"
default="True"/>
<t:parameter name="ShowHiddenParameters"
description="Enable showing hidden XML parameters"
type="Boolean"
default="False"/>
<t:redirection value="on" />
<t:runmode value="interactive" />
<t:autorun value="on">
<t:category name="ImplantConfig">
<t:command value="prompt confirm"/>
<t:command value="execute"/>
</t:category>
<t:category name="Exploit">
<t:command value="apply"/>
<t:command value="touch all" msg="Running Exploit Touches"/>
<t:command value="prompt confirm"/>
<t:command value="execute"/>
</t:category>
<t:category name="Special">
<t:command value="apply"/>
<t:command value="touch all" msg="Running Exploit Touches"/>
<t:command value="prompt confirm"/>
<t:command value="execute"/>
</t:category>
<t:category name="Payload">
<t:command value="apply"/>
<t:command value="prompt confirm"/>
<t:command value="execute"/>
</t:category>
</t:autorun>
</t:config>