我在本地计算机上安装了Metasploit社区版,并尝试使用auxiliary/admin/mysql/mysql_sql
模块来利用自己的本地主机。
我还提供了mysql凭据,当我run
辅助程序出现超时错误时。
msf5 auxiliary(admin/mysql/mysql_sql) > show options
Module options (auxiliary/admin/mysql/mysql_sql):
Name Current Setting Required Description
---- --------------- -------- -----------
PASSWORD password no The password for the specified username
RHOSTS 127.0.0.1 yes The target address range or CIDR identifier
RPORT 3306 yes The target port (TCP)
SQL select version() yes The SQL to execute.
USERNAME developer no The username to authenticate as
msf5 auxiliary(admin/mysql/mysql_sql) > run
[*] Running module against 127.0.0.1
[-] 127.0.0.1:3306 - Connection timedout
[*] Auxiliary module execution completed
msf5 auxiliary(admin/mysql/mysql_sql) >
Connection timed out
的原因是什么?谢谢!