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 f66ffbf commit 9594693Copy full SHA for 9594693
modules/auxiliary/scanner/sap/sap_soap_rfc_eps_delete_file_smb_relay.rb
@@ -81,9 +81,9 @@ def run_host(ip)
81
'Content-Type' => 'text/xml; charset=UTF-8',}
82
}, 45)
83
if res
84
- vprint_status("[SAP] #{rhost}:#{rport} - Error code: " + res.code.to_s)
85
- vprint_status("[SAP] #{rhost}:#{rport} - Error title: " + res.message.to_s)
86
- 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)
87
end
88
rescue ::Rex::ConnectionError
89
print_error("#{rhost}:#{rport} - Unable to connect")
0 commit comments