We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39af38 commit 763ff92Copy full SHA for 763ff92
lib/msf/core/payload/linux/x86/prepends.rb
@@ -2,6 +2,7 @@
2
# Linux x86 prepends
3
#
4
module Msf::Payload::Linux::X86::Prepends
5
+ include Msf::Payload::Linux::Prepends
6
def prepends_order
7
%w[PrependFork PrependSetresuid PrependSetreuid PrependSetuid PrependSetresgid PrependSetregid PrependSetgid PrependChrootBreak]
8
end
0 commit comments