Skip to content

Decrypt TDS7 Login Packet Passwords used in MS-SQL Database Logins

Notifications You must be signed in to change notification settings

whoot/TDS7-Decrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

TDS7-Decrypter

Decrypt TDS7 Login Passwords used for MS-SQL Database Logins

Installation

You can download the latest tarball by clicking here or latest zipball by clicking here.

Preferably, you can download Type-Enumerator by cloning the Git repository:

git clone https://github.com/whoot/TDS7-Decrypter.git

TDS7-Decrypter works out of the box with Python version 2.7 on Debian/Ubuntu, RedHat and Windows platforms.

Usage

To get a list of all options use:

python tds_decrypt.py -h

Example:

python tds_decrypt.py -p "a2 a5 b3 a5 92 a5 92 a5 d2 a5 53 a5 82 a5 e3 a5"

**************************************************
	tds_decrypt v1.0
	TDS Password Decrypter
	https://github.com/whoot
	Status:	Final
	For legal purposes only!
**************************************************

Password is: password

Bug Reporting

Bug reports are welcome! Please report all bugs on the issue tracker.

About

Decrypt TDS7 Login Packet Passwords used in MS-SQL Database Logins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages