Module Msf::Payload::Stager
In: lib/msf/core/payload/stager.rb

Base mixin interface for use by stagers.

Methods

Attributes

stage_prefix  [RW]  A value that should be prefixed to a stage, such as a tag.

Public Instance methods

Return the stager payload‘s assembly text, if any.

Generates the stage payload and substitutes all offsets.

Transmit the associated stage.

Called by handle_connection to allow the stage to process whatever it is it needs to process. The default is to simply attempt to create a session.

Gives derived classes an opportunity to alter the stage and/or encapsulate its transmission.

Return the stager payload‘s offsets.

Return the stager payload‘s raw payload.

Sets the payload type to a stager.

Returns the assembly text of the stage payload.

Returns variable offsets within the stage payload.

Whether or not any stages associated with this stager should be sent over the connection that is established.

Returns the raw stage payload.

stager_offsets()

Alias for offsets

stager_payload()

Alias for payload

[Validate]