File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
lib/msf/core/payload/windows/x64
modules/payloads/stagers/windows/x64 Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
# -*- coding: binary -*-
2
2
3
3
require 'msf/core'
4
- require 'msf/core/transport_config'
4
+ require 'msf/core/payload/ transport_config'
5
5
require 'msf/core/payload/windows/x64/block_api'
6
6
require 'msf/core/payload/windows/x64/exitfunk'
7
7
require 'msf/core/payload/uuid_options'
@@ -16,7 +16,7 @@ module Msf
16
16
17
17
module Payload ::Windows ::ReverseHttp_x64
18
18
19
- include Msf ::TransportConfig
19
+ include Msf ::Payload :: TransportConfig
20
20
include Msf ::Payload ::Windows
21
21
include Msf ::Payload ::Windows ::BlockApi_x64
22
22
include Msf ::Payload ::Windows ::Exitfunk_x64
Original file line number Diff line number Diff line change 3
3
# Current source: https://github.com/rapid7/metasploit-framework
4
4
##
5
5
6
-
7
6
require 'msf/core'
8
7
require 'msf/core/handler/bind_tcp'
9
8
require 'msf/core/payload/windows/x64/bind_tcp'
Original file line number Diff line number Diff line change 3
3
# Current source: https://github.com/rapid7/metasploit-framework
4
4
##
5
5
6
-
7
6
require 'msf/core'
8
7
require 'msf/core/handler/reverse_tcp'
9
8
require 'msf/core/payload/windows/x64/reverse_tcp'
Original file line number Diff line number Diff line change @@ -31,4 +31,5 @@ def initialize(info = {})
31
31
'Convention' => 'sockrdi http' ,
32
32
'Stager' => { 'Payload' => '' } ) )
33
33
end
34
+
34
35
end
You can’t perform that action at this time.
0 commit comments