-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello,
When running the crackserver and launching the dumper, we encounter the following error:
$ malifar-crackserver
Listening...
New client
New client
Params b''
Exception: list index out of range
Traceback (most recent call last):
File "/usr/share/malifar/crackserver.py", line 78, in handle_solver
nsec3params = NSEC3Params.from_serial(params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/malifar/nsec3hash.py", line 53, in from_serial
params[0]=int(params[0])
~~~~~~^^^
IndexError: list index out of range
Params b''
Exception: list index out of range
Traceback (most recent call last):
File "/usr/share/malifar/crackserver.py", line 78, in handle_solver
nsec3params = NSEC3Params.from_serial(params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/malifar/nsec3hash.py", line 53, in from_serial
params[0]=int(params[0])
~~~~~~^^^
IndexError: list index out of range
Commands Used
# In a terminal
crackserver.py
# In a second terminal
dumper.py ioMetadata
Metadata
Assignees
Labels
No labels