SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

K. Brian Kelley - Databases, Infrastructure, and Security

Add to Technorati Favorites Add to Google
Author Bio
Brian is a SQL Server author and columnist focusing primarily on SQL Server security. He currently serves as a systems and security architect for AgFirst Farm Credit Bank where he works on Active Directory, Windows security, VMware, Citrix, and of course, SQL Server. In the technical community, Brian is part of the Midlands PASS Chapter, an official chapter of PASS, where he currently serves as president and director of communications. Brian is also a junior high youth minister at Spears Creek Baptist Church in Elgin, SC.
Browse by Tag : vulnerability test (RSS)

Metasploit 3.1 is out

Rating: (not yet rated) Rate this |  Discuss | 331 Reads | 99 Reads in Last 30 Days |no comments

The new version of Metasploit is out. Included is a GUI interface. It's a complete re-write in Ruby (note to self, learn more about Ruby) whereas the previous version were in Perl.

  The Metasploit Framework site

If you aren't familiar with Metasploit, here's what it does (taken verbatim from the Metasploit site):

The Metasploit Framework consists of tools, libraries, modules, and user interfaces. The basic function of the framework is a module launcher, allowing the user to configure an exploit module and launch it at a target system. If the exploit succeeds, the payload is executed on the target and the user is provided with a shell to interact with the payload.

There are a number of modules and remote exploits, which are updated as new vulnerabilities come out. Obviously, this is a security tool, and like all security tool, you should have written permission before using it in your organization.