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 d8086a2 commit 0f147dcCopy full SHA for 0f147dc
modules/auxiliary/scanner/sap/sap_soap_xmla_bw_smb_relay.rb
@@ -71,9 +71,9 @@ def run_host(ip)
71
'Content-Type' => 'text/xml; charset=UTF-8',}
72
}, 45)
73
if res
74
- vprint_status("[SAP] #{rhost}:#{rport} - Error code: " + res.code.to_s)
75
- vprint_status("[SAP] #{rhost}:#{rport} - Error title: " + res.message.to_s)
76
- vprint_status("[SAP] #{rhost}:#{rport} - Error message: " + res.body.to_s)
+ vprint_error("[SAP] #{rhost}:#{rport} - Error code: " + res.code.to_s)
+ vprint_error("[SAP] #{rhost}:#{rport} - Error title: " + res.message.to_s)
+ vprint_error("[SAP] #{rhost}:#{rport} - Error message: " + res.body.to_s)
77
end
78
rescue ::Rex::ConnectionError
79
print_error("#{rhost}:#{rport} - Unable to connect")
0 commit comments