MSSQL Scan
[[ Description ]]
A small multi-threaded tool that scans for Microsoft SQL Servers. The tool does it’s discovery by using UDP and returns a list of all detected instances with there respective protocols and ports.
[[ Example ]]
./mssqlscan.sh -t 192.168.1-2.* -o results.txt
MSSQLScan -t [options]
Options:
-t - target IP address(es)
-s - source IP address
-T - maximum threads (default 50)
-v - verbose logging
-w - timeout for replies (default 500 ms)
-o - output to file