Info brought to you by: InterN0T
Hi there,
Yesterday the final release of Msf came, version 3.2 which a lot of people
have been waiting for, and i must say that there sure is a lot of new
and interesting things in it that i didn't know about at all.
Contact: H D Moore FOR IMMEDIATE RELEASE
Email: hdm[at]metasploit.com
Austin, Texas, November 19th, 2008 -- The Metasploit Project
announced today the free, world-wide availability of version 3.2 of
their exploit development and attack framework. The latest version
is provided under a true open source software license (BSD) and is
backed by a community-based development team.
Metasploit runs on all modern operating systems, including Linux,
Windows, Mac OS X, and most flavors of BSD. Metasploit has been used
on a wide range of hardware platforms, from massive Unix mainframes to
the iPhone. Users can access Metasploit using the tab-completing console
interface, the Gtk GUI, the command line scripting interface, or the
AJAX-enabled web interface. The Windows version of Metasploit includes
all software dependencies and a selection of useful networking tools.
The latest version of the Metasploit Framework, as well as screen
shots, video demonstrations, documentation and installation
instructions for many platforms, can be found online at
- The Metasploit Framework
This release includes a significant number of new features and
capabilities, many of which are highlighted below.
Version 3.2 includes exploit modules for recent Microsoft flaws, such
as MS08-041, MS08-053, MS08-059, MS08-067, MS08-068, and many more.
The module format has been changed in version 3.2. The new format
removes the previous naming and location restrictions and paved the way
to an improved module loading and caching backend. For users, this means
being able to copy a module into nearly any subdirectory and be able to
immediately use it without edits.
The Byakugan WinDBG extension developed by Pusscat has been integrated
with this release, enabling exploit developers to quickly exploit new
vulnerabilities using the best Win32 debugger available today.
The Context-Map payload encoding system development by I)ruid is now
enabled in this release, allowing for any chunk of known process memory to
be used as an encoding key for Windows payloads.
The Incognito token manipulation toolkit, written by Luke Jennings, has
been integrated as a Meterpreter module. This allows an attacker to gain
new privleges through token hopping. The most common use is to hijack
domain admin credentials once remote system access is obtained.
The PcapRub, Scruby, and Packetfu libraries have all been linked into
the Metasploit source tree, allowing easy packet injection and capture.
The METASM pure-Ruby assembler, written by Yoann Guillot and Julien
Tinnes, has gone through a series of updates. The latest version has been
integrated with Metasploit and now supports MIPS assembly and the ability
to compile C code.
The Windows payload stagers have been updated to support targets with
NX CPU support. These stagers now allocate a read/write/exec segment of
memory for all payload downloads and execution.
Executables which have been generated by msfpayload or msfencode now
support NX CPUs. The generated executable is now smaller and more
reliable, opening the door to a wider range of uses. The psexec and
smb_relay modules now use an executable template thats acts like a real
Windows service, improving the reliability and cleanup requirements of
these modules.
The Reflective DLL Injection technique pioneered by Stephen Fewer of
Harmony Security has been integrated into the framework. The new payloads
use the "reflectivedllinjection" stager prefix and share the same binaries
as the older DLL injection method.
Client-side browser exploits now benefit from a set of new javascript
obfuscation techniques developed by Egypt. This improvement leads to a
greater degree of anti-virus bypass for client-side exploits.
Metasploit contains dozens of exploit modules for web browsers and
third-party plugins. The new browser_autopwn module ties many of these
together with advanced fingerprinting techniques to deliver more shells
than most pen-testers know what to do with.
This release includes a set of man-in-the-middle, authentication relay,
and authentication capture modules. These modules can be integrated with
a fake proxy (WPAD), a malicious access point (Karmetasploit), or basic
network traffic interception to gain access to client machines. These
modules tie together browser_autopwn, SMB relaying, and HTTP credential
and form capturing to pillage data from client systems.
Nearly all Metasploit modules now support IPv6 transports. IPv6 stagers
exist for the Windows and Linux platforms, opening the door for penetration
testing of pure IPv6 networks. The VNCInject and Meterpreter payloads have
been extensively tested over IPv6 sockets.
Efrain Torres's WMAP project has been merged into Metasploit. WMAP is
general purpose web application scanning framework that can be automated
through integration with an attack proxy (ratproxy) or be accessed as
individual auxiliary modules.
Egypt's new PHP payloads provide complete bind, reverse, and findsock
support for PHP web application exploits. If you are sick of C99 and R57
and looking to gain a "real" shell from one of the hundreds of RFI flaws
listed on milw0rm, the new PHP payloads work great against multiple
operating systems.
The db_autopwn command has been revamped to support port-based limits,
regex-based module matching, and limits on the number of spawned jobs. The
end result is a way to quickly launch specific modules against a specific
set of target machines. These changes were suggested and implemented by
Marcell 'SkyOut' Dietl (Helith).
Enjoy the release,
hdm - mc - egypt
pusscat - ramon - patrickw
I)ruid - et - kkatterjohn
UPDATE:
I created a minimal version of the framework-3.2 package. This version is
less than 1.5Mb, extracts to about 9.3Mb, and does not include msfgui,
msfweb, or the various source code and extraneous files. If you are
running Metasploit on a small device, such as the Nokia N810 or the Apple
iPhone, this is probably the package you want. In comparison, the normal
3.2 tarball is over 90Mb extracted. The "lite" version does not include
svn information, and as such, cannot be updated automatically.
The Metasploit Framework - Downloads
-HD
Personal Experience:
The Metasploit Framework is probably one of, if not the best Open Source
platform for all types of hackers to both hack, research, develope and also
exploit on. I clearly remember HybriD telling me it was really good and that
it had great potential, but i could only see that it contained old exploits at
that time..
Though later on i gave it another chance which was recently and i must say
that i regret i didn't take it to me before now, because Metasploit also has
probably the best post-exploitation opportunities thus it is quite easy to
develope your own exploits on as well.
I recently (re)made my first exploit from an older which had already been
confirmed, the so called WarFTPD which i guess a lot of people has started
out with, as it is quite easy to begin with to learn, but also to exploit.
So what's the difference between using Metasploit and/or commercial
products like Nessus, Core Impact, SAINT, etc.? Primarily, you learn a lot
more from doing the work yourself, than having a program do it all for you,
yet it is true that Metasploit does a lot of work for you as well, but the
good thing is that you will still learn more, as you will know what is going
on behind the scenes which most people doesn't know when it is Nessus
or similar, simply due to those types of applications doesn't say it.
I say that anyone that wants to hack more in depth, and not just do web-
hacking, should take a look at Metasploit and try it on some outdated
computers or install an old version of some vulnerable application to get a
good start on developing own exploits. (of course, One needs to do fuzzing as well).
~ MaXe
Download Link:
http://metasploit.com/framework/
References:
http://intern0t.net/metasploit/metasploit3-2.png (edited by me)
http://intern0t.net/metasploit/metasploit_w.png (2nd edit by me)
http://spool.metasploit.com/pipermail/framework/2008-November/003865.html
http://spool.metasploit.com/pipermail/framework/2008-November/003868.html
http://forum.intern0t.net/hacking-tools-utilities/622-updated-metasploit-framework-3-2-a.html
A * 1000 = C'mon Babyyy, lets do the FUZZ! |