sqldecode
Info
A console application to decode captured MS SQL Server logins.
Usage
First capture the "TDS7/8" login packet using WireShark or another packet capture app, then highlight the password section of the packet, copy the bytes with a space between each byte and use with the command line example shown below:
sqldecode.exe "92 A5 B3 A5"
Password: sa
Requirements
- Windows 2000, Windows XP, Windows 2003 Server (Might work on others?)
- Microsoft .NET Framework v2
