utm-plc 0.2.0 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.mkd +38 -40
- metadata +3 -3
data/README.mkd
CHANGED
@@ -55,46 +55,44 @@ pages. The Default content filter block action is configured to log accessed bu
|
|
55
55
|
FilterAction Three is configured to not log either accessed or blocked pages, but isn't in use by any Filter
|
56
56
|
Profile. Here we go:
|
57
57
|
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
Please activate the 'Log Accessed Pages' option for the Web Filter Action named: FilterAction One
|
97
|
-
Done
|
58
|
+
jeff@dev> bin/plc
|
59
|
+
What port?: 22
|
60
|
+
Which host?: 192.168.0.1
|
61
|
+
Logging in as loginuser...
|
62
|
+
What is the password for loginuser?:
|
63
|
+
Using su to become root...
|
64
|
+
What is the password for root?:
|
65
|
+
Am now root.
|
66
|
+
Checking profile: Default Proxy
|
67
|
+
Got the assignment for that profile...
|
68
|
+
Got the action for that assignment...
|
69
|
+
Found an action that isn't logging everything: Default content filter action
|
70
|
+
Checking profile: Profile One
|
71
|
+
Got the assignment for that profile...
|
72
|
+
Got the action for that assignment...
|
73
|
+
Found an action that isn't logging everything: FilterAction Two
|
74
|
+
Checking profile: Profile Two
|
75
|
+
Got the assignment for that profile...
|
76
|
+
Got the action for that assignment...
|
77
|
+
Found an action that isn't logging everything: FilterAction One
|
78
|
+
Checking exception: Microsoft Windows Update
|
79
|
+
Checking exception: Apple Update
|
80
|
+
Checking exception: Adobe Software Update
|
81
|
+
Checking exception: iphone/iPad youtube
|
82
|
+
Checking exception: Nokia Ovi Suite/Store
|
83
|
+
Checking exception: Sophos LiveConnect
|
84
|
+
Checking exception: Trendmicro Update
|
85
|
+
Checking exception: Sophos Services
|
86
|
+
|
87
|
+
|
88
|
+
Printing results:
|
89
|
+
Please activate the 'Log Blocked Pages' option for the Web Filter Action named: Default content filter action
|
90
|
+
Please activate the 'Log Blocked Pages' option for the Web Filter Action named: FilterAction Two
|
91
|
+
Please activate the 'Log Accessed Pages' option for the Web Filter Action named: FilterAction One
|
92
|
+
Please deactivate the option to skip logging of accessed pages for the Exception named: Sophos Services
|
93
|
+
Please deactivate the option to skip logging of blocked pages for the Exception named: Sophos Services
|
94
|
+
Done
|
95
|
+
|
98
96
|
|
99
97
|
Note that FilterAction Three doesn't make an appearance. This is because it isn't being used by any of the
|
100
98
|
current Web Filter or Proxy Profiles, so no traffic is hitting it, so the tool doesn't [see or] report it.
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
8
|
+
- 2
|
9
|
+
version: 0.2.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Jeff Welling
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2013-06-10 23:
|
17
|
+
date: 2013-06-10 23:53:01 -07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies: []
|
20
20
|
|