Skip to content

Instantly share code, notes, and snippets.

@marcwickenden
Created June 12, 2012 15:15
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/2918123 to your computer and use it in GitHub Desktop.
Save marcwickenden/2918123 to your computer and use it in GitHub Desktop.
mysql-auth-bypass login
status, response = mysql.loginRequest( socket, { authversion = "post41", charset = response.charset }, username, password, response.salt )
if response.errorcode == 0 then
table.insert(result, string.format("user %s is vulnerable to auth bypass", username ) )
break
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment