Class Msf::Serializer::ReadableText
In: lib/msf/base/serializer/readable_text.rb
Parent: Object

This class formats information in a plain-text format that is meant to be displayed on a console or some other non-GUI medium.

Methods

Constants

DefaultColumnWrap = 70
DefaultIndent = 2

Public Class methods

Dumps the advanced options associated with the supplied module.

Dumps information about an auxiliary module.

Dumps information about a module, just the basics.

Dumps the table of payloads that are compatible with the supplied exploit.

Dumps the evasion options associated with the supplied module.

Dumps information about an exploit module.

Dumps the exploit‘s selected target

Returns a formatted string that contains information about the supplied module instance.

Dumps the list of options associated with the supplied module.

Dumps information about a payload module.

Jacked from Ernest Ellingson <erne [at] powernav.com>, modified a bit to add indention

[Validate]