Skip to content

Commit a27024e

Browse files
committed
fix: updating aarch64/shell to use the new prepends mixin
1 parent ead6af8 commit a27024e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/payloads/singles/linux/aarch64/shell_reverse_tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module MetasploitModule
99
CachedSize = 152
1010

1111
include Msf::Payload::Single
12-
include Msf::Payload::Linux
12+
include Msf::Payload::Linux::Aarch64::Prepends
1313
include Msf::Sessions::CommandShellOptions
1414

1515
def initialize(info = {})

0 commit comments

Comments
 (0)