06-29-2024, 02:09 PM
(This post was last modified: 06-29-2024, 02:10 PM by blackrosemmt.)
(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)