root/trunk/share/umit/config/umit.conf @ 1306

Revision 1306, 1.6 kB (checked in by boltrix, 6 years ago)

More work on installers, umitCore.Paths and umitCore.Logging which now has been renamed to umitCore.UmitLogging?. Windows installers are working fine, yet, a script updating the Paths's configuration is need as well as more test on it. Also, Linux installers seens to be working fine. The Mac OS X App generator is half-way done, and have some issues while importing cairo yet. Also, hardcoded the paths to umitCore.Paths and made a basic test suite to ensure that it is working. More testing is needed, and probably some minor bugs shal raise.

Line 
1[closed_port_highlight]
2regex = \d{1,5}/.{1,5}\s+closed\s+.*
3bold = 0
4text = [65535, 0, 0]
5italic = 0
6highlight = [65535, 65535, 65535]
7underline = 0
8
9[date_highlight]
10regex = \d{4}-\d{2}-\d{2}\s\d{2}:\d{2}\s.{1,4}
11bold = 1
12text = [0, 0, 0]
13italic = 0
14highlight = [65535, 65535, 65535]
15underline = 0
16
17[details_highlight]
18regex = ^(\w{2,}[\s]{,3}){,4}:
19bold = 1
20text = [0, 0, 0]
21italic = 0
22highlight = [65535, 65535, 65535]
23underline = 1
24
25[diff]
26diff_mode = compare
27colored_diff = True
28
29[diff_colors]
30unchanged = [65213, 65535, 38862]
31added = [29490, 42662, 54079]
32not_present = [58009, 14925, 14925]
33modified = [63881, 42182, 13193]
34
35[filtered_port_highlight]
36regex = \d{1,5}/.{1,5}\s+filtered\s+.*
37bold = 0
38text = [38502, 39119, 0]
39italic = 0
40highlight = [65535, 65535, 65535]
41underline = 0
42
43[hostname_highlight]
44regex = (\w{2,}://)*\w{2,}\.\w{2,}(\.\w{2,})*(/[\w{2,}]*)*
45bold = 1
46text = [0, 111, 65535]
47italic = 1
48highlight = [65535, 65535, 65535]
49underline = 1
50
51[ip_highlight]
52regex = \d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}
53bold = 1
54text = [0, 0, 0]
55italic = 0
56highlight = [65535, 65535, 65535]
57underline = 0
58
59[open_port_highlight]
60regex = \d{1,5}/.{1,5}\s+open\s+.*
61bold = 1
62text = [0, 41036, 2396]
63italic = 0
64highlight = [65535, 65535, 65535]
65underline = 0
66
67[output_highlight]
68enable_highlight = True
69
70[paths]
71nmap_command_path = nmap
72
73[port_list_highlight]
74regex = PORT\s+STATE\s+SERVICE(\s+VERSION)?\s.*
75bold = 1
76text = [0, 1272, 28362]
77italic = 0
78highlight = [65535, 65535, 65535]
79underline = 0
80
81[search]
82search_db = 1
83file_extension = usr
84store_results = 1
85directory =
86save_time = 60;days
87
Note: See TracBrowser for help on using the browser.