Skip to content

Commit aac56fc

Browse files
committed
Fix load order issue
[See rapid7#664][SeeRM rapid7#7141]
1 parent 66c5d8b commit aac56fc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/msf/core/handler/reverse_ipv6_https.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# -*- coding: binary -*-
2+
require 'msf/core/handler/reverse_http'
23
require 'msf/core/handler/reverse_https'
34

45
module Msf

modules/payloads/stagers/windows/reverse_ipv6_https.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
# http://metasploit.com/
1010
##
1111

12-
1312
require 'msf/core'
1413
require 'msf/core/handler/reverse_ipv6_https'
1514

16-
1715
module Metasploit3
1816

1917
include Msf::Payload::Stager
@@ -65,7 +63,7 @@ def initialize(info = {})
6563
}
6664
))
6765
end
68-
66+
6967
#
7068
# Do not transmit the stage over the connection. We handle this via HTTPS
7169
#

0 commit comments

Comments
 (0)