This class wraps a SAM hash entry.
Initializes the class from a hash string like this:
Administrator:500:aad3b435b51404eeaadfb435b51404ee:31d6cfe0d16de931b73c59d7e0c089c0: |
# File lib/rex/post/meterpreter/extensions/priv/passwd.rb, line 20 def initialize(hash_str) self.user_name, self.user_id, self.lanman, self.ntlm = hash_str.split(/:/) self.hash_string = hash_str end
Generated with the Darkfish Rdoc Generator 2.