Use MetasploitModule convention

bug/bundler_fix
Meatballs 2016-03-30 15:44:37 +01:00
parent f8628e3438
commit 397d5580be
No known key found for this signature in database
GPG Key ID: 5380EAF01F2F8B38
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ require 'msf/core'
require 'rex' require 'rex'
require 'msf/core/auxiliary/report' require 'msf/core/auxiliary/report'
class Metasploit3 < Msf::Post class MetasploitModule < Msf::Post
include Msf::Post::Windows::Registry include Msf::Post::Windows::Registry
WDIGEST_REG_LOCATION = 'HKLM\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\WDigest' WDIGEST_REG_LOCATION = 'HKLM\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\WDigest'