Fixed bug that would cause a traceback in rpcquery.py when PTH

main
byt3bl33d3r 2016-01-17 22:43:57 -07:00
parent 5c31910571
commit 224befe25d
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ class RPCQUERY():
self.__nthash = ''
self.__local_ip = None
self.__ts = ('8a885d04-1ceb-11c9-9fe8-08002b104860', '2.0')
if self.__password is None:
self.__password = ''
if hashes:
self.__lmhash, self.__nthash = hashes.split(':')