Skip to content

Instantly share code, notes, and snippets.

@marcwickenden
Created June 12, 2012 15:12
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 marcwickenden/2918113 to your computer and use it in GitHub Desktop.
Save marcwickenden/2918113 to your computer and use it in GitHub Desktop.
mysql-auth-bypass timeout
-- set a reasonable timeout value
socket:set_timeout(5000)
-- get our usernames to try
local usernames = try(unpwdb.usernames())
local password = "cve-2012-2122"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment