-
Notifications
You must be signed in to change notification settings - Fork 58
/
detux.cfg.example
executable file
·73 lines (68 loc) · 1.06 KB
/
detux.cfg.example
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
65
66
67
68
69
70
71
72
73
[detux]
#Folder to dump PCAPs
pcap_folder=pcaps/
temp_folder=/tmp
#Total time for the Binary to run insde VM in seconds
vm_exec_time=30
#Default CPU type for executing Binary
default_cpu=x86
#Config for x86 Linux VM
[x86-1]
#VM IP
ip=10.1.1.11
#SSH user (root)
user=root
#SSH password
password=super
#VM Nic's MAC Address
macaddr=00:11:22:33:44:55
#SSH PORT
port=22
#Config for x86-64 Linux VM
[x86-64-1]
#VM IP
ip=10.1.1.12
#SSH user (root)
user=root
#SSH password
password=super
#VM Nic's MAC Address
macaddr=00:11:22:33:44:56
#SSH PORT
port=22
#Config for ARM Linux VM
[arm-1]
#VM IP
ip=10.1.1.13
#SSH user (root)
user=root
#SSH password
password=super
#VM Nic's MAC Address
macaddr=00:11:22:33:44:57
#SSH PORT
port=22
#Config for MIPS Linux VM
[mips-1]
#VM IP
ip=10.1.1.14
#SSH user (root)
user=root
#SSH password
password=super
#VM Nic's MAC Address
macaddr=00:11:22:33:44:58
#SSH PORT
port=22
#Config for MIPSEL Linux VM
[mipsel-1]
#VM IP
ip=10.1.1.15
#SSH user (root)
user=root
#SSH password
password=super
#VM Nic's MAC Address
macaddr=00:11:22:33:44:59
#SSH PORT
port=22