Put remaining consts in exploit mixin...

bug/bundler_fix
Pearce Barry 2016-07-27 16:18:15 -05:00
parent 05afaa1162
commit 1f5fbd4a67
No known key found for this signature in database
GPG Key ID: 0916F4DEA5C5DE0A
4 changed files with 8 additions and 5 deletions

View File

@ -120,3 +120,6 @@ require 'msf/core/exploit/kerberos/client'
# Fortinet
require 'msf/core/exploit/fortinet'
# Other
require 'msf/core/exploit/windows_constants'

View File

@ -17,7 +17,7 @@ module Msf
module Exploit::Remote::SMB::Client::Psexec
include Rex::Constants::Windows
include Msf::Exploit::Windows_Constants
include Msf::Exploit::Remote::DCERPC
include Msf::Exploit::Remote::SMB::Client::Authenticated

View File

@ -1,5 +1,5 @@
module Rex::Constants
module Windows
module Msf
module Exploit::Windows_Constants
##
#

View File

@ -9,14 +9,14 @@ module Proto::DCERPC::SVCCTL
require 'windows_error'
require 'windows_error/win32'
require 'rex/constants/windows'
require 'msf/core/exploit/windows_constants'
NDR = Rex::Encoder::NDR
class Client
include WindowsError::Win32
include Rex::Constants::Windows
include Msf::Exploit::Windows_Constants
attr_accessor :dcerpc_client