security

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 33 weeks ago – Made popular 1 year 33 weeks ago
Category:   Tags:
17

Linux Trojan Raises Malware Concerns

http://www.pcworld.com

I've got good news and bad news for those of the misguided perception that Linux is somehow impervious to attack or compromise. The bad news is that it turns out a vast collection of Linux systems may, in fact, be pwned. The good news, at least for IT administrators and organizations that rely on Linux as a server or desktop operating system, is that the Trojan is in a download that should have no bearing on Linux in a business setting.

It's all blah blah, but tell the author what you think


Read more »
Created by j00p34 1 year 33 weeks ago – Made popular 1 year 33 weeks ago
Category: Linux News   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 35 weeks ago – Made popular 1 year 35 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 37 weeks ago – Made popular 1 year 37 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 37 weeks ago – Made popular 1 year 37 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 42 weeks ago – Made popular 1 year 42 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 43 weeks ago – Made popular 1 year 43 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 45 weeks ago – Made popular 1 year 45 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 46 weeks ago – Made popular 1 year 46 weeks ago
Category:   Tags:
27

Six Easy Steps to Make a Super Secure Linux Server

http://www.technicant.com

Curiously many Linux administrators out there are clueless about properly securing or configuring a server. The following steps can significantly increase the stability and security of any Linux servers. These tips are all easy and quick to do as each can be completed in less than fifteen minutes!


Read more »
Created by admin 1 year 50 weeks ago – Made popular 1 year 50 weeks ago
Category: Linux server   Tags:
33

Exporting the Registry for Fun and Profit

http://blog.metasploit.com

Over the last few days, I have been playing with WinScanX, a free command-line tool for querying Windows service information over SMB. WinScanX combines many of the essential tools used during a penetration test into a single utility. One of the more interesting features is the "-y" flag, which instructs WinScanX to save a copy of the remote registry hives for SAM, SECURITY, and SYSTEM.


Read more »
Created by Ian_js 1 year 50 weeks ago – Made popular 1 year 50 weeks ago
Category: Linux News   Tags:
7

Exploiting Microsoft IIS with Metasploit

http://blog.metasploit.com

As of this afternoon, the msfencode command has the ability to emit ASP scripts that execute Metasploit payloads. This can be used to exploit the currently-unpatched file name parsing bug feature in Microsoft IIS. This flaw allows a user who can upload a "safe" file extension (jpg, png, etc) to upload an ASP script and force it to execute on the web server.


Read more »
Created by dave-d 1 year 50 weeks ago – Made popular 1 year 50 weeks ago
Category: Utilities   Tags:
5

Safe, Reliable, Hash Dumping

http://blog.metasploit.com

The Metasploit Meterpreter has supported the "hashdump" command (through the Priv extension) since before version 3.0. The "hashdump" command is an in-memory version of the pwdump tool, but instead of loading a DLL into LSASS.exe, it allocates memory inside the process, injects raw assembly code, executes its via CreateRemoteThread, and then reads the captured hashes back out of memory. This avoids writing files to the drive and by the same token avoids being flagged by antivirus (AV) and intrusion prevention (HIPS) products.


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

Happy Holidays (Project Updates)

http://blog.metasploit.com

Even though Metasploit 3.3.3 was just released on December 23rd, the holidays provided some free time for the community and the development team to add more shiny to the Metasploit Framework.


Read more »
Created by uipoloa 1 year 50 weeks ago – Made popular 1 year 50 weeks ago
Category: Utilities   Tags:
5

Metasploit 3.3.1 + NeXpose Community Edition

http://blog.metasploit.com

On December 1st, Rapid7 announced the Community Edition of the NeXpose vulnerability management product. At the same time, we released version 3.3.1 of the Metasploit Framework, which contains the first step towards full integration between NeXpose and Metasploit.


Read more »
Created by gamer2k2 1 year 50 weeks ago – Made popular 1 year 50 weeks ago
Category: Utilities   Tags:
5

A refreshing new direction

http://blog.metasploit.com

For those of you who don't know me, I have been a developer and computer security enthusiast for many years. I have been involved in computer security, specifically, for the last ten years. The first six years were as an independent research and hobbyist. I have spent the last four years working professionally as a software vulnerability researcher.

Tomorrow I will become the latest addition to the Metasploit and Rapid7 team, filling the Exploit Developer position. I am truly honored to have the chance to be part of such a talented team.


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

Metasploit Framework 3.3 Released!

http://blog.metasploit.com

We are excited to announce the immediate availability of version 3.3 of the Metasploit Framework. This release includes 446 exploits, 216 auxiliary modules, and hundreds of payloads, including an in-memory VNC service and the Meterpreter. In addition, the Windows payloads now support NX, DEP, IPv6, and the Windows 7 platform.


Read more »
Created by martin_d 1 year 50 weeks ago – Made popular 1 year 50 weeks ago
Category: Utilities   Tags:
5

Meterpreter Pivoting, Web Scanning, Wireless, and More!

http://blog.metasploit.com

Last week we released Metasploit 3.3.2 following on the heels of Metasploit 3.3.1. This release marked a major change to how the Meterpreter backend processed commands; instead of running each request serially, the Meterpreter now spawns a background thread for each request.


Read more »
Created by susan 1 year 50 weeks ago – Made popular 1 year 50 weeks ago
Category: Utilities   Tags:
5

Automatically Routing Through New Subnets

http://blog.metasploit.com

Among the coolest features in metasploit is the ability to pivot through a meterpreter session to the network on the other side. The route command in msfconsole sets this up but requires a bit of typing to get right.


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

Exploiting the Samba Symlink Traversal

http://blog.metasploit.com

Last night, Kingcope uploaded a video to youtube demonstrating a logic flaw in the Samba CIFS service (this was followed by a mailing list post). This bug allows any user with write access to a file share to create a symbolic link to the root filesystem. From this link, the user can access any file on the system with their current privileges.


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