From f83f4ae7643158ed1db960dc58624e2a527e1267 Mon Sep 17 00:00:00 2001 From: Meatballs Date: Tue, 24 Feb 2015 22:07:40 +0000 Subject: [PATCH] Move hashdump to gather --- .../{manage => gather/credentials}/mssql_local_hashdump.rb | 2 +- modules/post/windows/manage/mssql_local_auth_bypass.rb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) rename modules/post/windows/{manage => gather/credentials}/mssql_local_hashdump.rb (98%) diff --git a/modules/post/windows/manage/mssql_local_hashdump.rb b/modules/post/windows/gather/credentials/mssql_local_hashdump.rb similarity index 98% rename from modules/post/windows/manage/mssql_local_hashdump.rb rename to modules/post/windows/gather/credentials/mssql_local_hashdump.rb index c9f9966069..9600e953f7 100644 --- a/modules/post/windows/manage/mssql_local_hashdump.rb +++ b/modules/post/windows/gather/credentials/mssql_local_hashdump.rb @@ -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) diff --git a/modules/post/windows/manage/mssql_local_auth_bypass.rb b/modules/post/windows/manage/mssql_local_auth_bypass.rb index 5c42ca1da5..d5be161bb7 100644 --- a/modules/post/windows/manage/mssql_local_auth_bypass.rb +++ b/modules/post/windows/manage/mssql_local_auth_bypass.rb @@ -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