HOME>>>>>>>>>

File mysql-users

脚本使用类型: portrule
脚本所属分类: auth, intrusive
脚本下载地址: http://nmap.org/svn/scripts/mysql-users.nse

User Summary

Attempts to list all users on a MySQL server.

Script Arguments

mysqluser

The username to use for authentication. If unset it attempts to use credentials found by mysql-brute or mysql-empty-password.

mysqlpass

The password to use for authentication. If unset it attempts to use credentials found by mysql-brute or mysql-empty-password.

Example Usage

执行格式

nmap -sV --script=mysql-users <target>

Script Output

3306/tcp open  mysql
| mysql-users:  
|   test
|   root
|   test2
|   album
|   debian-sys-maint
|   horde
|   mediatomb
|_  squeezecenter

Requires


Author: Patrik Karlsson

License: VER007 整理 http://www.ver007.com