Move hashdump to gather

bug/bundler_fix
Meatballs 2015-02-24 22:07:40 +00:00
parent e2af15a0df
commit f83f4ae764
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,7 @@ class Metasploit3 < Msf::Post
def initialize(info={})
super( update_info( info,
'Name' => 'Windows Local SQL Server Password Hashes Dump',
'Name' => 'Windows Gather Local SQL Server Hash Dump',
'Description' => %q{ This module extracts the usernames and password
hashes from a MSSQL server and stores them in the loot using the
same technique in mssql_local_auth_bypass (Credits: Scott Sutherland)

View File

@ -6,7 +6,6 @@
require 'msf/core'
require 'rex'
require 'msf/core/post/windows/mssql'
load '/home/ben/git/metasploit-framework/lib/msf/core/post/windows/mssql.rb'
class Metasploit3 < Msf::Post