Skip to content

Instantly share code, notes, and snippets.

@marcwickenden
Created June 12, 2012 15:11
Show Gist options
  • Select an option

  • Save marcwickenden/2918108 to your computer and use it in GitHub Desktop.

Select an option

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