mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Adding a comment
This commit is contained in:
@@ -984,6 +984,10 @@ def banner():
|
||||
dataToStdout(_, forceOutput=True)
|
||||
|
||||
def parsePasswordHash(password):
|
||||
"""
|
||||
In case of Microsoft SQL Server password hash value is expanded to its components
|
||||
"""
|
||||
|
||||
blank = " " * 8
|
||||
|
||||
if not password or password == " ":
|
||||
|
||||
Reference in New Issue
Block a user