Skip to content

Commit a93c783

Browse files
committed
Fixes load order with reverse http
This was originally intended to fix rapid7#664. SEERM rapid7#7141 also.
2 parents ac01986 + aac56fc commit a93c783

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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: 0 additions & 2 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

0 commit comments

Comments
 (0)