Skip to content

Commit

Permalink
fix: updating ppc/shell to use the new mixin structure
Browse files Browse the repository at this point in the history
  • Loading branch information
dledda-r7 committed Dec 19, 2024
1 parent 0d63277 commit 753447c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/payloads/singles/linux/ppc/shell_bind_tcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module MetasploitModule
CachedSize = 223

include Msf::Payload::Single
include Msf::Payload::Linux
include Msf::Payload::Linux::Ppc::Prepends
include Msf::Sessions::CommandShellOptions

def initialize(info = {})
Expand Down
2 changes: 1 addition & 1 deletion modules/payloads/singles/linux/ppc/shell_find_port.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module MetasploitModule
CachedSize = 171

include Msf::Payload::Single
include Msf::Payload::Linux
include Msf::Payload::Linux::Ppc::Prepends
include Msf::Sessions::CommandShellOptions

def initialize(info = {})
Expand Down
2 changes: 1 addition & 1 deletion modules/payloads/singles/linux/ppc/shell_reverse_tcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module MetasploitModule
CachedSize = 183

include Msf::Payload::Single
include Msf::Payload::Linux
include Msf::Payload::Linux::Ppc::Prepends
include Msf::Sessions::CommandShellOptions

def initialize(info = {})
Expand Down

0 comments on commit 753447c

Please sign in to comment.