We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea78e83 commit 35b15b6Copy full SHA for 35b15b6
modules/auxiliary/scanner/sap/sap_mgmt_con_instanceproperties.rb
@@ -91,6 +91,11 @@ def enum_instance(rhost)
91
}
92
}, 15)
93
94
+ if res.nil?
95
+ print_error("#{rhost}:#{rport} [SAP] Unable to connect")
96
+ return
97
+ end
98
+
99
if res.code == 200
100
body = res.body
101
if body.match(/<property>CentralServices<\/property><propertytype>Attribute<\/propertytype><value>([^<]+)<\/value>/)
0 commit comments