Module: Msf::Module::UUID

Included in:
Msf::Module
Defined in:
lib/msf/core/module/uuid.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#uuidObject

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_uuidObject (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