Changeset 5887
- Timestamp:
- 03/26/11 15:47:16 (2 years ago)
- Files:
-
- 1 modified
-
network-scanner/trunk/share/umit/config/umit.conf (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
network-scanner/trunk/share/umit/config/umit.conf
r5886 r5887 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] … … 46 42 47 43 [hostname_highlight] 48 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#/])* 49 45 bold = 1 50 46 text = [0, 111, 65535] … … 52 48 highlight = [65535, 65535, 65535] 53 49 underline = 1 54 55 [inventory]56 tips = True57 tabs_close_btn = True58 50 59 51 [ip_highlight] … … 79 71 nmap_command_path = nmap 80 72 81 [plugins]82 paths = /Volumes/Extend/Umit/svn/network-scanner/trunk/share/umit/config/plugins83 plugins =84 85 73 [port_list_highlight] 86 74 regex = PORT\s+STATE\s+SERVICE(\s+VERSION)?\s.* … … 92 80 93 81 [search] 94 s ave_time = 60;days82 search_db = 1 95 83 file_extension = usr 96 84 store_results = 1 97 85 directory = 98 s earch_db = 186 save_time = 60;days 99 87 88 [database] 89 umit_decay = 60 90 inventory_decay = 0 91 92 [inventory] 93 tips = True 94 tabs_close_btn = True
