Method: Rex::Proto::DCERPC::UUID.uuid_by_name

Defined in:
lib/rex/proto/dcerpc/uuid.rb

.uuid_by_name(name) ⇒ Object

Determine the UUID string for the DCERPC service with this name



62
63
64
65
66
# File 'lib/rex/proto/dcerpc/uuid.rb', line 62

def self.uuid_by_name (name)
  if @@known_uuids.key?(name)
    @@known_uuids[name][0]
  end
end