Skip to content

Instantly share code, notes, and snippets.

@marcwickenden
Created June 12, 2012 15:14
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/2918119 to your computer and use it in GitHub Desktop.
Save marcwickenden/2918119 to your computer and use it in GitHub Desktop.
mysql-auth-bypass greeting
status, response = mysql.receiveGreeting( socket )
if ( not(status) ) then
stdnse.print_debug(3, SCRIPT_NAME)
socket:close()
return response
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment