Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 0d1e580

Browse files
author
byt3bl33d3r
committed
Added previous commit changes to passpoldump.py
1 parent 6e2d24c commit 0d1e580

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/passpoldump.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def __init__(self, protocols = None,
3131
self.__doKerberos = doKerberos
3232
if hashes is not None:
3333
self.__lmhash, self.__nthash = hashes.split(':')
34-
34+
if password is None:
35+
self.__password = ''
3536

3637
def dump(self, addr):
3738

0 commit comments

Comments
 (0)