convert cap to hc22000 offline in windows 10
#1
Hi guys
Is there a way to convert cap to hc22000 offline in windows 10 ?
Reply
#2
https://github.com/s77rt/multicapconverter
Reply
#3
(10-09-2022, 09:04 AM)ZerBea Wrote: https://github.com/s77rt/multicapconverter

Hi ZerBea
when I used this command it is giving me this error
python multicapconverter.py  --input=test.cap  --export=hcwpax --all

please see picture as well 


Code:
D:\Hashcat\multicapconverter-master>python multicapconverter.py  --input=test.cap  --export=hccapx --all
[i] Networks detected: 1
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Users\test\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\spawn.py", line 122, in spawn_main
    exitcode = _main(fd, parent_sentinel)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\test\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\spawn.py", line 132, in _main
    self = reduction.pickle.load(from_parent)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\Hashcat\multicapconverter-master\multicapconverter.py", line 296, in __setitem__
    dict.__setitem__(self, key, {value: 1})
                                ^^^^^^^^^^
TypeError: unhashable type: 'dict'

Nothing exported. You may want to:
- Try a different export format (-x/--export)
- Use --ignore-ie to ignore ie (AKM Check) (Not Recommended)
- Use --overwrite-essid to set a custom essid (useful for cloaked ESSID) (DANGEROUS)


Attached Files
.png   python error.png (Size: 26.98 KB / Downloads: 1)
Reply
#4
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 ?


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
Reply
#5
Hi @blackrosemmt.
Unfortunately I can't help, because I neither use Windows nor multicapconverter.
Reply