Module: Msf::Module::UUID
- Included in:
- Msf::Module
- Defined in:
- lib/msf/core/module/uuid.rb
Instance Attribute Summary collapse
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Instance Method Summary collapse
-
#generate_uuid ⇒ Object
protected
Instance Methods.
Instance Attribute Details
#uuid ⇒ Object
Returns the value of attribute uuid.
10 11 12 |
# File 'lib/msf/core/module/uuid.rb', line 10 def uuid @uuid end |
Instance Method Details
#generate_uuid ⇒ Object (protected)
Instance Methods
26 27 28 |
# File 'lib/msf/core/module/uuid.rb', line 26 def generate_uuid self.uuid = Rex::Text.rand_text_alphanumeric(8).downcase end |