Skip to content

Commit 763ff92

Browse files
committed
fix(payloads): fix x86 prepends
1 parent e39af38 commit 763ff92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/msf/core/payload/linux/x86/prepends.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Linux x86 prepends
33
#
44
module Msf::Payload::Linux::X86::Prepends
5+
include Msf::Payload::Linux::Prepends
56
def prepends_order
67
%w[PrependFork PrependSetresuid PrependSetreuid PrependSetuid PrependSetresgid PrependSetregid PrependSetgid PrependChrootBreak]
78
end

0 commit comments

Comments
 (0)