https://github.com/ntdls/sqlpwaudit
An easy to use and scalable SQL password recovery/audit tool.
https://github.com/ntdls/sqlpwaudit
auditing cracking passwords security sql threading
Last synced: 2 months ago
JSON representation
An easy to use and scalable SQL password recovery/audit tool.
- Host: GitHub
- URL: https://github.com/ntdls/sqlpwaudit
- Owner: NTDLS
- License: mit
- Created: 2018-04-10T01:20:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T16:56:25.000Z (7 months ago)
- Last Synced: 2025-03-27T21:22:55.581Z (3 months ago)
- Topics: auditing, cracking, passwords, security, sql, threading
- Language: C#
- Size: 80.1 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQLPWAudit
SQLPWAudit (SQL PassWord Audit) is a very simple-to-use tool for recovering simple passwords or performing internal security audits.Of course, a recovery/auditing engine is only about one third of the battle, you'll also need a good word list (see below) and one other thing which I cannot provide you: time!
Explanation of functionality
SQLPWAudit is a very simple application, but it also implements parallel-processing capabilities and one hell of a permutation engine. Its use is simple: (1) download the application, (2) fire up the application and login to a SQL Server using an administrators account, (3) select the users which you wish to audit, (4) set advanced settings/or leave them alone then (5) click start.All processing is performed on the computer which is actually running SQLPWAudit - in fact, the SQL server is only accessed one time to grab the users and their binary passwords - so this is perfectly safe to execute against a production server as long as SQLPWAudit is actually running on a non-production system.
Be sure to grab the most up-to-date version of our password list here:
- [Word List Up to 3 Characters.zip](https://networkdls.com/DirectDownload/Word%20List%20Up%20to%203%20Characters.zip)
- [Word List Up to 4 Characters.zip](https://networkdls.com/DirectDownload/Word%20List%20Up%20to%204%20Characters.zip)
- [Word List Up to 6 Characters.zip](https://networkdls.com/DirectDownload/Word%20List%20Up%20to%206%20Characters.zip)
- [Word List Up to 8 Characters.zip](https://networkdls.com/DirectDownload/Word%20List%20Up%20to%208%20Characters.zip)
- [Word List Up to 16 Characters.zip](https://networkdls.com/DirectDownload/Word%20List%20Up%20to%2016%20Characters.zip)

