vprint_status changed to vprint_error as requested
parent
121c75f646
commit
eee702a329
|
@ -83,9 +83,9 @@ class Metasploit4 < Msf::Auxiliary
|
||||||
'Content-Type' => 'text/xml; charset=UTF-8',}
|
'Content-Type' => 'text/xml; charset=UTF-8',}
|
||||||
}, 45)
|
}, 45)
|
||||||
if res
|
if res
|
||||||
vprint_status("[SAP] #{rhost}:#{rport} - Error code: " + res.code.to_s)
|
vprint_error("[SAP] #{rhost}:#{rport} - Error code: " + res.code.to_s)
|
||||||
vprint_status("[SAP] #{rhost}:#{rport} - Error title: " + res.message.to_s)
|
vprint_error("[SAP] #{rhost}:#{rport} - Error title: " + res.message.to_s)
|
||||||
vprint_status("[SAP] #{rhost}:#{rport} - Error message: " + res.body.to_s)
|
vprint_error("[SAP] #{rhost}:#{rport} - Error message: " + res.body.to_s)
|
||||||
end
|
end
|
||||||
rescue ::Rex::ConnectionError
|
rescue ::Rex::ConnectionError
|
||||||
print_error("#{rhost}:#{rport} - Unable to connect")
|
print_error("#{rhost}:#{rport} - Unable to connect")
|
||||||
|
|
Loading…
Reference in New Issue