From aac56fc29becb4c8e189837ced8419b61e8ebe67 Mon Sep 17 00:00:00 2001 From: James Lee Date: Thu, 23 Aug 2012 10:54:23 -0500 Subject: [PATCH] Fix load order issue [See #664][SeeRM #7141] --- lib/msf/core/handler/reverse_ipv6_https.rb | 1 + modules/payloads/stagers/windows/reverse_ipv6_https.rb | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/msf/core/handler/reverse_ipv6_https.rb b/lib/msf/core/handler/reverse_ipv6_https.rb index 77c989cb8c..66d5fd92a7 100644 --- a/lib/msf/core/handler/reverse_ipv6_https.rb +++ b/lib/msf/core/handler/reverse_ipv6_https.rb @@ -1,4 +1,5 @@ # -*- coding: binary -*- +require 'msf/core/handler/reverse_http' require 'msf/core/handler/reverse_https' module Msf diff --git a/modules/payloads/stagers/windows/reverse_ipv6_https.rb b/modules/payloads/stagers/windows/reverse_ipv6_https.rb index 7f3695422a..a7a31b363c 100644 --- a/modules/payloads/stagers/windows/reverse_ipv6_https.rb +++ b/modules/payloads/stagers/windows/reverse_ipv6_https.rb @@ -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 #