mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-10 15:22:45 -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):
|
for i in range(0, len(self.NumChal),2):
|
||||||
self.Challenge += self.NumChal[i:i+2].decode("hex")
|
self.Challenge += self.NumChal[i:i+2].decode("hex")
|
||||||
else:
|
else:
|
||||||
self.Challenge += bytes.fromhex(self.NumChal)
|
self.Challenge = bytes.fromhex(self.NumChal)
|
||||||
|
|
||||||
|
|
||||||
# Set up logging
|
# Set up logging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue