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