There are lots of updates and one of then is MSSQLScan v0.8.4 .

This tool focus on MSSQL database. Audit your databse and find the missing security links before someone else dose.
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.
How to use MSSQLScan
MSSQLScan -t <target_ip> [options]
Options:
-t <target> – target ip address(es)
-l <targetfile> – file with target ip adresses
-s <src> – source ip address
-T <threads> – maximum threads (default 50)
-v – verbose logging
-w <timeout> – timeout for replies (default 500 ms)
-o <file> – output to file
Sample
MSSQLScan -t 172.16.1-2.* -o results.txt
MSSQLScan is writtten in Java so it is operating system independent. So you can easly extract its source code.
Download MSSQLScan Here
Searches leading to this post:mssqlscan, backtrack 4 mssqlscan, backtrack mssqlscan, mssqlscan v0 8

You must log in to post a comment.