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 95e7d55 commit 5b30115Copy full SHA for 5b30115
modules/auxiliary/scanner/sap/sap_ctc_verb_tampering_add_user_and_add_role.rb
@@ -67,9 +67,9 @@ def send_request(uri)
67
'Content-Type' => 'text/xml; charset=UTF-8',}
68
}, 45)
69
if res
70
- vprint_status("[SAP] #{rhost}:#{rport} - Error code: " + res.code.to_s)
71
- vprint_status("[SAP] #{rhost}:#{rport} - Error title: " + res.message.to_s)
72
- 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)
73
end
74
rescue ::Rex::ConnectionError
75
print_error("#{rhost}:#{rport} - Unable to connect")
0 commit comments