Skip to content

Commit e39af38

Browse files
committed
fix(payloads): updating prepend mixin in payloads
1 parent 4565a04 commit e39af38

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

modules/payloads/stagers/linux/mipsbe/reverse_tcp.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ module MetasploitModule
99
CachedSize = 272
1010

1111
include Msf::Payload::Stager
12-
include Msf::Payload::Linux
1312

1413
def initialize(info = {})
1514
super(merge_info(info,

modules/payloads/stagers/linux/mipsle/reverse_tcp.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ module MetasploitModule
99
CachedSize = 272
1010

1111
include Msf::Payload::Stager
12-
include Msf::Payload::Linux
1312

1413
def initialize(info = {})
1514
super(merge_info(info,

modules/payloads/stages/linux/mipsbe/shell.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
##
55

66
module MetasploitModule
7-
include Msf::Payload::Linux
87
include Msf::Sessions::CommandShellOptions
98

109
def initialize(info = {})

modules/payloads/stages/linux/mipsle/shell.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66

77
module MetasploitModule
8-
include Msf::Payload::Linux
98
include Msf::Sessions::CommandShellOptions
109

1110
def initialize(info = {})

0 commit comments

Comments
 (0)