Skip to content

Instantly share code, notes, and snippets.

@Haseeb-Qureshi
Created April 4, 2017 17:55
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 Haseeb-Qureshi/4cb8aa0c850c6584a584dc76f975dc2f to your computer and use it in GitHub Desktop.
Save Haseeb-Qureshi/4cb8aa0c850c6584a584dc76f975dc2f to your computer and use it in GitHub Desktop.
class PasswordCracker
def initialize(api)
@api = api
@password = ''
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment