| Class | Msf::OptionContainer |
| In: |
lib/msf/core/option_container.rb
|
| Parent: | Hash |
The options purpose in life is to associate named options with arbitrary values at the most simplistic level. Each module contains a OptionContainer that is used to hold the various options that the module depends on. Example of options that are stored in the OptionContainer are rhost and rport for payloads or exploits that need to connect to a host and port, for instance.
| sorted | [R] | The sorted array of options. |