06-29-2024, 02:46 PM
I have tried python versions 3 and 3.0.1
with below command as well
C:\Python3>python multicapconverter.py i test.cap -x hcpmkid -o test2.hcpmkid --ignore-ie
but I'm still having below error as well, I'm I missing anything ?
with below command as well
C:\Python3>python multicapconverter.py i test.cap -x hcpmkid -o test2.hcpmkid --ignore-ie
but I'm still having below error as well, I'm I missing anything ?
Code:
C:\Python3>python D:\Hashcat\multicapconverter-master\multicapconverter.py i test.cap -x hcpmkid -o test2.hcpmkid --ignore-ie
File "D:\Hashcat\multicapconverter-master\multicapconverter.py", line 1059
auth_packet_copy = bytes((*packet[auth_offset:auth_offset+81], 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, *packet[auth_offset+97:auth_offset+99]))
SyntaxError: can use starred expression only as assignment target