Skip to content

Instantly share code, notes, and snippets.

@marcwickenden
Created June 12, 2012 15:11
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/2918108 to your computer and use it in GitHub Desktop.
Save marcwickenden/2918108 to your computer and use it in GitHub Desktop.
mysql-auth-bypass action
action = function( host, port )
local socket = nmap.new_socket()
local catch = function() socket:close() end
local try = nmap.new_try(catch)
local result = {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment