You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# consider removing this message and replacing with check on trust_store, and if trust_store is not found validate @host already has a truly trusted cert?
150
163
print_error("Warning: SSL connections are not verified in this release, it is possible for an attacker")
151
164
print_error(" with the ability to man-in-the-middle the Nexpose traffic to capture the Nexpose")
152
165
print_error(" credentials. If you are running this on a trusted network, please pass in 'ok'")
153
166
print_error(" as an additional parameter to this command.")
154
167
return
155
168
end
156
169
157
-
# Wrap this so a duplicate session doesnt prevent a new login
170
+
# Wrap this so a duplicate session does not prevent a new login
158
171
begin
159
172
cmd_nexpose_disconnect
160
173
rescue ::Interrupt
@@ -164,7 +177,7 @@ def nexpose_login
164
177
165
178
begin
166
179
print_status("Connecting to Nexpose instance at #{@host}:#{@port} with username #{@user}...")
0 commit comments