root/network-scanner/trunk/share/umit/config/umit.conf @ 5887

Revision 5887, 1.7 kB (checked in by luis, 2 years ago)

(Network Scanner) Revert conf to previous version. it was touched by mistake

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 = ^[A-Za-z]+(\s[A-Za-z]*){0,8}:
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,}://)?(([a-zA-Z0-9]|-)+\.)+([a-zA-Z]{2,}|com|org|net|gov|mil|biz|info|mobi|name|aero|jobs|museum)([\w\d#/])*
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
88[database]
89umit_decay = 60
90inventory_decay = 0
91
92[inventory]
93tips = True
94tabs_close_btn = True
Note: See TracBrowser for help on using the browser.