framework

4

Meterpreter for Pwned Home Pages

http://blog.metasploit.com

BackgroundMeterpreter, as I'm sure most of our readers know, is an advanced in-memory payload with tons of useful post-exploitation features. About a year ago, while looking through various buggy, backdoored PHP shells, I decided it might be useful to have some of Meterpreter's networking features in the web's most pwnable language. I started to implement this idea prior to Blackhat last year but got caught up in other projects and let it languish. Last week I dusted it off, cleaned it up and committed the first steps toward a full-fledged Meterpreter in PHP.


Read more »
Created by uioloio 1 year 34 weeks ago – Made popular 1 year 34 weeks ago
Category:   Tags:
3

It's Ruby (not turtles) all the way down!

http://blog.metasploit.com

I've found myself repeating those words more than a few times over the last couple months. I've gotten some strange looks, but I've just really started to realize the power that the framework gives you. Because of its plaintextiness, it can be read / hacked / mangled by anybody. In essence, you have full visibility in to what's going on with an exploit and you can debug any problems at the moment you encounter them. Compare that to most tools, and i think you'll see the power. In short, if you can see it, you can hack on it.


Read more »
Created by admin 1 year 36 weeks ago – Made popular 1 year 36 weeks ago
Category:   Tags:
3

Introducing Metasploitable

http://blog.metasploit.com

One of the questions that we often hear is "What systems can i use to test against?" Based on this, we thought it would be a good idea throw together an exploitable VM that you can use for testing purposes.Metasploitable is an Ubuntu 8.04 server install on a VMWare 6.5 image. A number of vulnerable packages are included, including an install of tomcat 5.5 (with weak credentials), distcc, tikiwiki, twiki, and an older mysql.


Read more »
Created by mr-Z 1 year 38 weeks ago – Made popular 1 year 38 weeks ago
Category:   Tags:
4

Metasploit Framework 3.4.0 Released!

http://blog.metasploit.com

After five months of development, version 3.4.0 of the Metasploit Framework has been released. Since the last major release (3.3) over 100 new exploits have been added and over 200 bugs have been fixed.


Read more »
Created by ebookey 1 year 38 weeks ago – Made popular 1 year 38 weeks ago
Category:   Tags:
1

Persistent Meterpreter over Reverse HTTPS

http://blog.metasploit.com

Botnet agents and malware go through inordinate lengths to hide their command and control traffic. From a penetration testing perspective, emulating these types of communication channels is possible, but often requires a custom toolkit to be deployed to the target. In this post I will walk through using the standard Metasploit Meterpreter payload as a persistent encrypted remote control tool.


Read more »
Created by martha23 1 year 43 weeks ago – Made popular 1 year 43 weeks ago
Category:   Tags:
1

Penetration Testing: Learn Assembly?

http://blog.metasploit.com

This afternoon a question came up on the #metasploit IRC channel (irc.freenode.net). The questioner asked: "Should a good penetration tester know assembly?". This lead to some discussion about when and where assembly language skills become important in the scope of a penetration test. My normal response to "Should I learn [something]?" questions is always a resounding YES; it is hard to know too much as a penetration tester or system auditor.


Read more »
Created by kaikokan 1 year 44 weeks ago – Made popular 1 year 44 weeks ago
Category:   Tags:
3

Automating the Metasploit Console

http://blog.metasploit.com

The Metasploit Console (msfconsole) has supported the concept of resource files for quite some time. A resource file is essentially a batch script for Metasploit; using these files you can automate common tasks. If you create a resource script called ~/.msf3/msfconsole.rc, it will automatically load each time you start the msfconsole interface. This is a great way to automatically connect to a database and set common parameters (setg PAYLOAD, etc). Until this morning, however, resource scripts were limited to simple console commands.


Read more »
Created by j00p34 1 year 46 weeks ago – Made popular 1 year 46 weeks ago
Category: Utilities   Tags:
0

The Latest Adobe Exploit and Session Upgrading

http://blog.metasploit.com

On March 12th and 13th, a researcher named "villy" posted a couple of blogs relating to an exploit for CVE-2010-0188. On the 15th, I ported that exploit (python) over to Metasploit (ruby), which you can find here, in the module browser. Doing so is often rather straight forward, and in this particular case was no different.


Read more »
Created by jake 1 year 47 weeks ago – Made popular 1 year 47 weeks ago
Category:   Tags: