diff --git a/modules/auxiliary/scanner/sap/sap_soap_rfc_eps_get_directory_listing.rb b/modules/auxiliary/scanner/sap/sap_soap_rfc_eps_get_directory_listing.rb index 11c24f3623..73a02e0b35 100644 --- a/modules/auxiliary/scanner/sap/sap_soap_rfc_eps_get_directory_listing.rb +++ b/modules/auxiliary/scanner/sap/sap_soap_rfc_eps_get_directory_listing.rb @@ -90,7 +90,7 @@ class Metasploit4 < Msf::Auxiliary }) if res and res.code == 200 and res.body =~ /EPS_GET_DIRECTORY_LISTING\.Response/ and res.body =~ /(\d*)<\/FILE_COUNTER>/ file_count = $1 - print_good("#{rport}:#{rhost} - #{file_count} files under #{datastore["DIR"]}") + print_good("#{rhost}:#{rport} - #{file_count} files under #{datastore["DIR"]}") else vprint_error("#{rhost}:#{rport} - Error code: " + res.code.to_s) if res vprint_error("#{rhost}:#{rport} - Error message: " + res.message.to_s) if res