mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Adding a comment
This commit is contained in:
parent
f07bdcfda1
commit
b5cca742e4
|
@ -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 == " ":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user