Module Msf::Exploit::Remote::MSSQL
In: lib/msf/core/exploit/mssql.rb

This module exposes methods for querying a remote MSSQL service

Methods

Included Modules

Exploit::Remote::Udp Exploit::Remote::Tcp

Public Class methods

Creates an instance of a MSSQL exploit module.

Public Instance methods

This method connects to the server over TCP and attempts to authenticate with the supplied username and password The global socket is used and left connected after auth

This method sends a UDP query packet to the server and parses out the reply packet into a hash

Parse a ‘ping’ response and format as a hash

[Validate]