New binaries contain fixes for: * kitrap0d crashing during `getsystem` calls. * https://github.com/rapid7/meterpreter/pull/23 * Meterpreter crashing on XP SP0 in certain scenarios. * https://github.com/rapid7/meterpreter/pull/21
* New meterpreter binaries that include the IP resolve feature. * Updated .gitignore to correctly match pivot file name.
* Fixes x64 sniffer [FixRM #8364]
This makes x86 more consistent with x64. Also replaces a bunch of instances of: File.join(Msf::Config.install_root, 'data', ...) with the simpler File.join(Msf::Config.data_directory, ...) [See rapid7/meterpreter#19]