Skip to content

Instantly share code, notes, and snippets.

@brandonprry
Created April 26, 2017 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brandonprry/0d6ce3faabd8e6e58293cf54ef27c3f6 to your computer and use it in GitHub Desktop.
Save brandonprry/0d6ce3faabd8e6e58293cf54ef27c3f6 to your computer and use it in GitHub Desktop.
cred_collection = ::Metasploit::Framework::CredentialCollection.new(
user_file: datastore['USER_FILE'],
username: datastore['USERNAME'],
blank_passwords: true
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment