Module: Msf::Payload::Linux

Defined in:
lib/msf/core/payload/linux.rb

Overview

This class is here to implement advanced features for linux-based payloads. Linux payloads are expected to include this module if they want to support these features.

Defined Under Namespace

Modules: BindTcp, Prepends, ReverseTcp_x86, SendUUID

Instance Method Summary collapse

Instance Method Details

#initialize(info = {}) ⇒ Object

This mixin is chained within payloads that target the Linux platform. It provides special prepends, to support things like chroot and setuid.



16
17
18
# File 'lib/msf/core/payload/linux.rb', line 16

def initialize(info = {})
  super(info)
end