Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5cca74

Browse files
committed
Adding a comment
1 parent f07bdcf commit b5cca74

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/core/common.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,10 @@ def banner():
984984
dataToStdout(_, forceOutput=True)
985985

986986
def parsePasswordHash(password):
987+
"""
988+
In case of Microsoft SQL Server password hash value is expanded to its components
989+
"""
990+
987991
blank = " " * 8
988992

989993
if not password or password == " ":

0 commit comments

Comments
 (0)