The document summarizes updates and improvements to the Metasploit framework. It notes that the framework has moved from SVN to GitHub for code hosting. It highlights new exploitation modules for vulnerabilities in SAP, UPnP libraries, IPMI, and WinRM. It also describes new Java, Meterpreter, and Python payloads as well as encoding improvements. The document demonstrates Android and Python Meterpreter functionality and password stealing with Mimikatz. It encourages contacting the author with any other questions.
6. SVN is Dead
Our SVN server was constantly DDoSd
Sometimes unintentionally by dumb scrapers
SVN is kinda slow anyway
Big changes required lots more requests
Now were 100% on github
Yay two-and-a-half-nines!
7. Stable Updates
In an installer environment
Updates about once per week
Development env is still easy to set up
Tracks bleeding edge (master branch)
13. libupnp
Intel/Portable SDK for UPnP Devices
Seven, count em SEVEN vulns in one function
Actual libupnp code:
strncpy( TempBuf, ptr1, ptr3 - ptr1 );
Trigger with one UDP packet
14. IPMI
Intelligent Platform Management Interface
Dan Farmer, HDM
Protocol, run by Baseband Mgmt Controllers
iDrac, iLo, lots of others
Spec requires cleartext password storage
Design-level auth bypass
30. Android Meterpreter
Kinda Proof-of-Concepty
Requires APK installation
Have to tap on a UI element
But still awesome
Most features work
File manipulation
Configuration stuff
And Pivoting!
37. General Meterpreter Improvements
Updated to VS2012
Much easier to build
Fixed a bug with Reflective DLL Injection
Fixed x64 reverse_https
Fixed stability issues with sniffer on x64
43. DB Creds for AuthBrute Modules
Lets you easily reuse creds
Pop a box, steal creds with mimikatz
Or one of the many post modules
smb_login with them