lib/rex/post/meterpreter/extensions/stdapi/net/interface.rb in librex-0.0.63 vs lib/rex/post/meterpreter/extensions/stdapi/net/interface.rb in librex-0.0.65

- old
+ new

@@ -44,11 +44,11 @@ return sprintf( "#{mac_name}\n" + "Hardware MAC: %02x:%02x:%02x:%02x:%02x:%02x\n" + "IP Address : %s\n" + "Netmask : %s\n" + - "\n", - macocts[0], macocts[1], macocts[2], macocts[3], + "\n", + macocts[0], macocts[1], macocts[2], macocts[3], macocts[4], macocts[5], ip, netmask) end # # The IP address bound to the interface.