mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-06 04:51:23 -07:00
small fix
This commit is contained in:
parent
7b47c8fe4e
commit
f581d4dd0e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue