Fix load order issue

[See #664][SeeRM #7141]
unstable
James Lee 2012-08-23 10:54:23 -05:00
parent 66c5d8b617
commit aac56fc29b
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,5 @@
# -*- coding: binary -*-
require 'msf/core/handler/reverse_http'
require 'msf/core/handler/reverse_https'
module Msf

View File

@ -9,11 +9,9 @@
# http://metasploit.com/
##
require 'msf/core'
require 'msf/core/handler/reverse_ipv6_https'
module Metasploit3
include Msf::Payload::Stager
@ -65,7 +63,7 @@ module Metasploit3
}
))
end
#
# Do not transmit the stage over the connection. We handle this via HTTPS
#