From 5497d091fc9c05e76f9449aff6f1ad7c1c0ea345 Mon Sep 17 00:00:00 2001 From: David Maloney Date: Sat, 23 Jun 2012 12:45:56 -0500 Subject: [PATCH] fix gpp attribution and description --- modules/post/windows/gather/credentials/gpp.rb | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/modules/post/windows/gather/credentials/gpp.rb b/modules/post/windows/gather/credentials/gpp.rb index c868ce2fde..c8fdf29567 100644 --- a/modules/post/windows/gather/credentials/gpp.rb +++ b/modules/post/windows/gather/credentials/gpp.rb @@ -22,19 +22,15 @@ class Metasploit3 < Msf::Post files containing local user accounts and passwords and decrypts them using Microsofts public AES key. - Tested directly on a Win2k8 x64 DC, Win2k12RC x64 DC, and a Windows 7 x32 Client - Workstation. - - Using the ALL or DOMAINS flags whilst on a DC will not enumerate that DC as it - is looking externally on the network for other Domain Controllers, however the - default (CURRENT=True which inspects the registry) should work successfully. + Tested on WinXP SP3 Client and Win2k8 R2 DC. }, 'License' => MSF_LICENSE, 'Author' =>[ 'Ben Campbell ', 'Loic Jaquemet ', 'scriptmonkey ', - 'TheLightCosine ' + 'TheLightCosine ', + 'Rob Fuller ' #domain/dc enumeration code ], 'References' => [ @@ -252,7 +248,6 @@ class Metasploit3 < Msf::Post return domains end - def enum_dcs(domain) print_status("Enumerating DCs for #{domain}") domaincontrollers = 24 # 10 + 8 (SV_TYPE_DOMAIN_BAKCTRL || SV_TYPE_DOMAIN_CTRL) @@ -285,7 +280,4 @@ class Metasploit3 < Msf::Post return hostnames end - - - end