Changeset 5911
- Timestamp:
- 04/09/11 20:51:54 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
network-scanner/branches/BTIntegration/share/umit/config/umit.conf
r5906 r5911 6 6 highlight = [65535, 65535, 65535] 7 7 underline = 0 8 9 [database]10 umit_decay = 6011 inventory_decay = 012 8 13 9 [date_highlight] … … 37 33 modified = [63881, 42182, 13193] 38 34 39 [expose]40 host_list = 141 show_toolbar = 142 icons_toolbar_size = larger43 icons_toolbar = Both44 page_inside = 145 details = 146 47 35 [filtered_port_highlight] 48 36 regex = \d{1,5}/.{1,5}\s+filtered\s+.* … … 53 41 underline = 0 54 42 55 [general_settings]56 log = File57 warnings = 158 silent_root = 059 splash = 160 log_file = umit.log61 warnings_save = 162 crash_report = 163 64 43 [hostname_highlight] 65 regex = (\w{2,}://)?(([a-zA-Z0-9]|-)+\.)+([a-zA-Z]{2,}|com|org|net|gov|mil|biz|info|mobi|name|aero|jobs|museum)([\w\d#/])*44 regex = (\w{2,}://)?(([a-zA-Z0-9]|-)+\.)+([a-zA-Z]{2,}|com|org|net|gov|mil|biz|info|mobi|name|aero|jobs|museum)([\w\d#/])* 66 45 bold = 1 67 46 text = [0, 111, 65535] … … 69 48 highlight = [65535, 65535, 65535] 70 49 underline = 1 71 72 [inventory]73 tips = True74 tabs_close_btn = True75 50 76 51 [ip_highlight] … … 81 56 highlight = [65535, 65535, 65535] 82 57 underline = 0 83 84 [mapper]85 layout = 186 zoom = 1.087 lower_ring = 1088 frames = 6089 ring = 3090 interpolation = 191 view = address;hostname;icon;ring;region;slow92 93 [network]94 username =95 hostname =96 proxy = 097 password =98 port =99 58 100 59 [open_port_highlight] … … 112 71 nmap_command_path = nmap 113 72 114 [plugins]115 plugins =116 paths = /home/bastiao/Umit/svn/network-scanner/branches/BTIntegration/share/umit/config/plugins117 118 73 [port_list_highlight] 119 74 regex = PORT\s+STATE\s+SERVICE(\s+VERSION)?\s.* … … 124 79 underline = 0 125 80 126 [profiles]127 profile = profile_editor.xml128 wizard = wizard.xml129 option = options.xml130 scan_profile = scan_profile.usp131 132 [script_manager]133 columns_order = I;Name;Type;Description;Author;Categories;ID134 columns_visible = I;Name;Type;ID135 http_proxy = :3128136 use_internal_editor = 1137 view_statusbar = 1138 view_description = 1139 ftp_proxy = :3128140 view_categories = 1141 external_command = gedit %%s142 view_toolbar = 1143 144 81 [search] 145 82 search_db = 1 … … 149 86 save_time = 60;days 150 87 88 [general_settings] 89 splash = 1 90 warnings = 1 91 crash_report = 1 92 log = File 93 log_file = umit.log 94 warnings_save = 1 95 silent_root = 0 96 97 [expose] 98 icons_toolbar = Both 99 icons_toolbar_size = larger 100 show_toolbar = 1 101 host_list = 1 102 details = 1 103 page_inside = 1 104 105 [profiles] 106 profile = profile_editor.xml 107 wizard = wizard.xml 108 option = options.xml 109 scan_profile = scan_profile.usp 110 111 [network] 112 proxy = 0 113 hostname = 114 port = 115 username = 116 password = 117 118 [database] 119 umit_decay = 60 120 inventory_decay = 0 121 122 [inventory] 123 tips = True 124 tabs_close_btn = True 125 126 [script_manager] 127 columns_order = I;Name;Type;Description;Author;Categories;ID 128 columns_visible = I;Name;Type;ID 129 use_internal_editor = 1 130 view_toolbar = 1 131 view_description = 1 132 view_categories = 1 133 view_statusbar = 1 134 http_proxy = :3128 135 ftp_proxy = :3128 136 external_command = gedit %%s 137 138 [mapper] 139 frames = 60 140 interpolation = 1 141 layout = 1 142 zoom = 1.0 143 ring = 30 144 lower_ring = 10 145 view = address;hostname;icon;ring;region;slow
