The Metasploit team has spent the last two months focused on one of the least-visible, but most important pieces of the Metasploit Framework; the session backend. Metasploit 3.7 represents a complete overhaul of how sessions are tracked within the framework and associated with the backend database. This release also significantly improves the staging process for the reverse_tcp stager and Meterpreter session initialization. Shell sessions now hold their output in a ring buffer, which allows us to easily view session history -- even if you don't have a database.
More details about this release can be found in the 3.7.0 Release Notes. As always, the latest version is available from the Metasploit download page.
Metasploit installation (GnackTrack & BackTrack)
wget http://www.rapid7.com/redirect/metasploit_p/linux32/
chmod +x metasploit-3.7.0-linux-installer.bin
sudo ./metasploit-3.7.0-linux-installer.bin
cd /opt/metasploit-3.7.0/
./msfpro
No comments:
Post a Comment