mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-06 04:31:30 +00:00
small fix
This commit is contained in:
@@ -218,7 +218,7 @@ class Settings:
|
||||
for i in range(0, len(self.NumChal),2):
|
||||
self.Challenge += self.NumChal[i:i+2].decode("hex")
|
||||
else:
|
||||
self.Challenge += bytes.fromhex(self.NumChal)
|
||||
self.Challenge = bytes.fromhex(self.NumChal)
|
||||
|
||||
|
||||
# Set up logging
|
||||
|
||||
Reference in New Issue
Block a user