fix eager loading

This commit is contained in:
dwelch-r7
2021-01-13 12:08:38 +00:00
parent d6896dadc0
commit fc4a7fecb3
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ module Msf
###
class Payload < Msf::Module
require 'rex/payloads'
require 'rex/payloads/win32'
# Platform specific includes
require 'metasploit/framework/compiler/mingw'
+3 -1
View File
@@ -1,2 +1,4 @@
# -*- coding: binary -*-
require 'rex/payloads/win32'
module Rex::Payloads
end
+2 -2
View File
@@ -1,4 +1,4 @@
require 'rex/payloads'
module Rex::Payloads::Meterpreter
end
end