NetSPI / PowerUpSQL

PowerUpSQL: A PowerShell Toolkit for Attacking SQL Server
Other
2.44k stars 460 forks source link

Get-SQLServerPasswordHash: capitalize hash #64

Closed cnotin closed 3 years ago

cnotin commented 4 years ago

The hashs from Get-SQLServerPasswordHash aren't accepted directly by John The Ripper. The issue is that the hexadecimal letters aren't capitalized. So I suggest doing it :) Except if you usually use a different tool which has different requirements?

kfosaaen commented 3 years ago

This commit should fix the case issue. Thanks for the suggestion!