Created
June 12, 2012 15:07
-
-
Save marcwickenden/2918069 to your computer and use it in GitHub Desktop.
mysql-auth-bypass description
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| description = [[ | |
| Checks for MySQL servers vulnerable to the authentication bypass CVE-2012-2122 | |
| posted to http://seclists.org/oss-sec/2012/q2/493 | |
| ]] | |
| --- | |
| -- @output | |
| -- 3306/tcp open mysql | |
| -- | mysql-auth-bypass: | |
| -- |_ user root is vulnerable to auth bypass | |
| author = "Marc Wickenden" | |
| license = "Same as Nmap--See http://nmap.org/book/man-legal.html" | |
| categories = {"intrusive", "vulnerability"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment